libconst-fast-perl 0.013-1 source package in Ubuntu

Changelog

libconst-fast-perl (0.013-1) unstable; urgency=low


  * Team upload.
  * New upstream release.

 -- Ansgar Burchardt <email address hidden>  Sun, 09 Sep 2012 13:05:57 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libconst-fast-perl_0.013-1.dsc 2.1 KiB faf5768a6d834bbe762917c08b5aab0f986699516288b23cdcf78ad74da16bdd
libconst-fast-perl_0.013.orig.tar.gz 12.9 KiB 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a
libconst-fast-perl_0.013-1.debian.tar.gz 1.7 KiB e4e201a4526fa07164d45e02738e29d85e078a883e044e9615e2a4a8c1fc079e

Available diffs

No changes file available.

Binary packages built by this source

libconst-fast-perl: facility for creating read-only scalars, arrays, and hashes

 Const::Fast is a perl module for creating read-only scalars, arrays,
 and hashes. It enables you to set a variable to the given value and
 subsequently make it readonly. Arrays and hashes will be made deeply
 readonly.
 .
 This module uses the builtin readonly feature of perl, making access
 to the variables just as fast as any normal variable without the
 weird side-effects of ties.