libacme-damn-perl 0.05-1build1 source package in Ubuntu

Changelog

libacme-damn-perl (0.05-1build1) devel; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Sun, 20 Oct 2013 22:49:35 +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
libacme-damn-perl_0.05.orig.tar.gz 8.2 KiB a8e8c122ffdf7f34a0a20472efd59514944766e4d9bbb58d1440bc44b6d2bfd8
libacme-damn-perl_0.05-1build1.debian.tar.gz 2.1 KiB bce57b9cf8b0b393fd40f0ca7e4498dd1733003ad9e28917e32676520b00611f
libacme-damn-perl_0.05-1build1.dsc 2.2 KiB 5f05052d9756b6ba49dfb36288ff7b2077c3b59eb37ab53924fec41fdc74fd3b

Available diffs

View changes file

Binary packages built by this source

libacme-damn-perl: Perl module to unbless objects

 Acme::Damn provides a way to reverse the bless operation, which takes a
 variable and associates it with a given class. One can use this module
 to return the original reference; that is, prior to calling bless on it.
 .
 After using 'damn()' or custom aliases thereof, the blessed Perl object
 reference becomes a simple data type.