libtrycatch-perl 1.003002-2 source package in Ubuntu

Changelog

libtrycatch-perl (1.003002-2) unstable; urgency=low


  * Team upload.

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Use $Config{vendorarch} to get library path in debian/rules.

 -- gregor herrmann <email address hidden>  Mon, 11 Aug 2014 19:33:07 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtrycatch-perl_1.003002-2.dsc 2.5 KiB 93d6694c9f22a796b03105c796b361afe2b15e98a90677861155839c840dfeea
libtrycatch-perl_1.003002.orig.tar.gz 87.7 KiB ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
libtrycatch-perl_1.003002-2.debian.tar.xz 4.6 KiB 19e4058b13afe350e170c42feafaf31b0df2793d5df9822c5e733715d35499b5

No changes file available.

Binary packages built by this source

libtrycatch-perl: first class try catch semantics for Perl

 TryCatch aims to provide a nicer syntax and method to catch errors in
 Perl, similar to what is found in other languages (such as Java, Python
 or C++). The standard method of using "eval {}; if ($@) {}" is often
 prone to subtle bugs, primarily that its far too easy to stomp on the
 error in error handlers. And also eval/if isn't the nicest idiom.

libtrycatch-perl-dbgsym: debug symbols for package libtrycatch-perl

 TryCatch aims to provide a nicer syntax and method to catch errors in
 Perl, similar to what is found in other languages (such as Java, Python
 or C++). The standard method of using "eval {}; if ($@) {}" is often
 prone to subtle bugs, primarily that its far too easy to stomp on the
 error in error handlers. And also eval/if isn't the nicest idiom.