libautodie-perl 2.21-1 source package in Ubuntu

Changelog

libautodie-perl (2.21-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Sun, 15 Sep 2013 04:44:11 +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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libautodie-perl_2.21-1.dsc 2.3 KiB 25af36d33f8d6e4cb5178cac47989f0b3a656208dddaeea02a2c763d61e3ca22
libautodie-perl_2.21.orig.tar.gz 82.5 KiB 0e4d2ebe18e812bb7b1016840a46bd81ab497469a3aa9753d7e55cb7fef48015
libautodie-perl_2.21-1.debian.tar.gz 3.8 KiB 1b8bfb5181f139d7bbba7e978869b99fbdc145de6783f9fbbd65456a833e6b00

Available diffs

No changes file available.

Binary packages built by this source

libautodie-perl: Perl pragma to make certain failures fatal

 autodie is a Perl pragma that changes the behaviour of many built-in functions
 so that exceptions are thrown on failure rather than simply returning a false
 value. It understands lexical scope, meaning functions and subroutines altered
 with this module will only have this behaviour until the end of the enclosing
 eval, file or block, so it is useful when some code is out of your control.
 .
 By throwing exceptions on failure rather than simply returning false, programs
 are more robust and problems are easier to troubleshoot.
 .
 This module can also use IPC::System::Simple (see libipc-system-simple-perl)
 to do all the heavy lifting.