libexception-class-perl 1.37-1 source package in Ubuntu

Changelog

libexception-class-perl (1.37-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * Update copyright years and upstream license.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <email address hidden>  Mon, 30 Sep 2013 18:56:36 +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
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.37-1.dsc 2.3 KiB 4abad761625d9ba2267faf130b90d61ea09fcb1eb461160045480e51be189637
libexception-class-perl_1.37.orig.tar.gz 25.8 KiB 838b93c90a0bbd73d819dc7d3d854559880120b6878976fe2ab90a141d10cedc
libexception-class-perl_1.37-1.debian.tar.gz 3.3 KiB 7bc9bec47e77da1a9ea8b9d738850a287d08be48996e8ce49fb6605362c62883

Available diffs

No changes file available.

Binary packages built by this source

libexception-class-perl: module that allows you to declare real exception classes in Perl

 Exception::Class allows you to declare exceptions in your modules in a
 manner similar to how exceptions are declared in Java.
 .
 It features a simple interface allowing programmers to 'declare'
 exception classes at compile time. It also has a base exception
 class, Exception::Class::Base, that can be used for classes stored in
 files (aka modules ;) ) that are subclasses.
 .
 It is designed to make structured exception handling simpler and
 better by encouraging people to use hierarchies of exceptions in their
 applications.