libclass-errorhandler-perl 0.03-1 source package in Ubuntu

Changelog

libclass-errorhandler-perl (0.03-1) unstable; urgency=medium


  * New upstream release
  * Use machine-readable debian/copyright
  * Update Standards-Version (no changes)

 -- Dominic Hargreaves <email address hidden>  Sun, 02 Feb 2014 16:39:41 +0000

Upload details

Uploaded by:
Dominic Hargreaves
Uploaded to:
Sid
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-errorhandler-perl_0.03-1.dsc 2.0 KiB f6398a3c22f3fc3caa671829918e6a82724bfdc56dfca51dbf525cdeed915ab7
libclass-errorhandler-perl_0.03.orig.tar.gz 9.8 KiB f95bff52f60ee325a67c87bd1ce6b21eb2fefad7ddbdff7e1724d834f626e130
libclass-errorhandler-perl_0.03-1.debian.tar.xz 1.6 KiB 5808103a90e24024448a8e126510fb67d735283c5717fdc3e550c7c4e859696c

Available diffs

No changes file available.

Binary packages built by this source

libclass-errorhandler-perl: Base class for error handling

 Class::ErrorHandler provides an error-handling mechanism that's generic
 enough to be used as the base class for a variety of OO classes.
 Subclasses inherit its two error-handling methods, error and errstr,
 to communicate error messages back to the calling program.