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

Changelog

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


  [ Ansgar Burchardt ]
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.

  [ Fabrizio Regalli ]
  * Bump to 3.9.2 Standard-Version.
  * Add myself to Uploaders and Copyright.
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).
  * Fixed lintian copyright-refers-to-symlink-license message.

  [ gregor herrmann ]
  * debian/copyright: update to Copyright-Format 1.0.
  * Bump Standards-Version to 3.9.3 (no changes).

 -- gregor herrmann <email address hidden>  Fri, 11 May 2012 15:38:26 +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

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.32-1.dsc 2.3 KiB 45ecd9ffe520774120ee0003bcbcf71bb6876d8f2c774f058eb7c103b69758cd
libexception-class-perl_1.32.orig.tar.gz 23.1 KiB 9bd0945929b0e2f5511eba3851265cd2ec7f1dc7412967755b5dc4b80fde9478
libexception-class-perl_1.32-1.debian.tar.gz 6.3 KiB e34265fefc416dcc2d82267a1ee9154b54daee6d4ea2d6be5d4d1ea829b02556

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.