libdata-dump-streamer-perl 2.36-1 source package in Ubuntu

Changelog

libdata-dump-streamer-perl (2.36-1) unstable; urgency=low


  * Imported Upstream version 2.36
  * debian/copyright: Update debian years
  * debian/patches/perl-5.18.patch: Removed, applied upstream
  * debian/patches/fix-pod-spelling.patch: Removed, applied upstream

 -- Angel Abad <email address hidden>  Wed, 14 Aug 2013 23:59:37 +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
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libdata-dump-streamer-perl_2.36-1.dsc 1.7 KiB 83e1dce6400f2d7739f15f3f612dc0400b3c53b4c4aaf584a2b76ece9fe58830
libdata-dump-streamer-perl_2.36.orig.tar.gz 143.3 KiB 4547179175eabf56b15cd558829c1245a796f9ebe35017dae1b2fbba6ecb8ae2
libdata-dump-streamer-perl_2.36-1.debian.tar.gz 4.1 KiB f6ec5e973482184d36648fce97e27c8ebdb72b2d4c9a68d677c359d01ccf6d85

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).