libautodie-perl 2.22-1 source package in Ubuntu

Changelog

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


  * New upstream release.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Sat, 11 Jan 2014 23:56:54 +0100

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.22-1.dsc 2.3 KiB a3b6d39fdbcdb6494a6e94854eb54ced69508c309ed2334dbd728ec59ba3fc48
libautodie-perl_2.22.orig.tar.gz 82.7 KiB 4b08024899ce6130246014541f575d8cc6cedd4b5c78f72288fe9ead7ed6c786
libautodie-perl_2.22-1.debian.tar.gz 3.9 KiB ce8530c299ef48448b856e92ccb18d1aea68b83feb2402c08406e592ce1910f3

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.