libdata-dump-streamer-perl 2.34-2 source package in Ubuntu

Changelog

libdata-dump-streamer-perl (2.34-2) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Add patch from CPAN RT to fix regex dumping in newer perl.
    (Closes: #709665)
  * Add lintian override for hardening-no-fortify-functions.
  * Set Standards-Version to 3.9.4 (no changes).
  * Use debhelper 9.20120312 to get all hardening flags.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 25 May 2013 01:57:35 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-dump-streamer-perl_2.34-2.dsc 2.3 KiB 2155d906a15a370e70299d654b820379a0a7d436905108d471d5b2afb69485be
libdata-dump-streamer-perl_2.34.orig.tar.gz 142.5 KiB e97bf2da9f8ee7b7ebbc7d0147d545f0c19a474426dda9564eab9c4ebf734982
libdata-dump-streamer-perl_2.34-2.debian.tar.gz 5.6 KiB 559065024166cf8fde5c9abddcf05b012ca216d913f0c7088fd7bbc77638bf96

Available diffs

No changes file available.

Binary packages built by this source

libdata-dump-streamer-perl: module for serializing a data structure as Perl code

 Data::Dump::Streamer is a Perl module that serializes scalars, objects or
 reference variables and provides their contents in Perl syntax. Special data
 structures including closures, self-referential structures and objects are
 output correctly. This module is very similar in concept to the core module
 Data::Dumper, except this module is designed to output to a stream instead
 of constructing its output in memory (trading speed for memory).