libautodie-perl 2.29-1 source package in Ubuntu

Changelog

libautodie-perl (2.29-1) unstable; urgency=medium

  * Team upload.
  * Imported Upstream version 2.29
  * debian/control: increase debhelper version to 9

 -- Lucas Kanashiro <email address hidden>  Sat, 25 Jul 2015 10:52:36 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libautodie-perl_2.29-1.dsc 2.4 KiB ff22e6765f5eb604cac77161614e636959ada825c23ee6d3575dd40fbf5d372d
libautodie-perl_2.29.orig.tar.gz 91.2 KiB f5b77917e7004179c93ff8511c8a4c1ea19df3da6379f78b55b57791c45229bf
libautodie-perl_2.29-1.debian.tar.xz 4.2 KiB 284bc33b5bd433bce59591dd640c7a6e04f48fec519fc0ce8605cc165bc059bf

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.