Source: libacme-damn-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libtest-exception-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libacme-damn-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libacme-damn-perl.git Homepage: https://metacpan.org/release/Acme-Damn Package: libacme-damn-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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.