libclone-fast-perl 0.97-1build1 source package in Ubuntu

Changelog

libclone-fast-perl (0.97-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 09:49:45 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
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
libclone-fast-perl_0.97.orig.tar.gz 49.7 KiB 3f81f22b222719f1a2e3c5d1738e5719c06b37fe00277c71949f21ecf272aaa7
libclone-fast-perl_0.97-1build1.debian.tar.gz 3.1 KiB bba42b4367601441632bf3c2250d4d3609a5ad81f36fa1ae89b94c39f24f1dfe
libclone-fast-perl_0.97-1build1.dsc 2.2 KiB df720a078e0a6b09cbe5b0b672165f310bf2394497916eae6cf3df272f4d086e

Available diffs

View changes file

Binary packages built by this source

libclone-fast-perl: Perl module for fast data structure copying

 Clone::Fast is a Perl module for quickly copying (cloning) arbitrary data
 structures. Deep references in the structure will refer to the cloned data
 structure. It is similar in concept to Storable's clone function, but is
 significantly faster since it doesn't need to convert data structures to
 and from a binary format.