liberror-perl 0.17-1 source package in Ubuntu

Changelog

liberror-perl (0.17-1) unstable; urgency=low

  * New upstream version (closes: #383606)
  * debian/rules: use CURDIR instead of PWD (closes: #390482)
  * debian/copyright: update copy of author's copyright
  * debian/control: new standards version, debhelper dependency
  * lib/Error/Simple.pm: manpage fix to POD
  

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  03 Dec 2007 09:54:02 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Hardy
Original maintainer:
Clint Burfoot
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Hardy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
liberror-perl_0.17.orig.tar.gz 16.9 KiB 2e8157981a77e87d37d26d8b6b3183560dddc541b491b0b32fcda010730b257c
liberror-perl_0.17-1.diff.gz 3.0 KiB d0aa984d86aaf844695246430c4212d9c482fa4868d3345b0dee81c6def9df80
liberror-perl_0.17-1.dsc 608 bytes 913ee38b07c9d80f9c55ce9faa2c22fc98086b4cdd780258ef7a8af482b24a5d

View changes file

Binary packages built by this source

liberror-perl: Perl module for error/exception handling in an OO-ish way

 This module provides two interfaces. Firstly "Error" provides a
 procedural interface to exception handling. Secondly "Error" is a
 base class for errors/exceptions that can either be thrown, for
 subsequent catch, or can simply be recorded.
 .
 Errors in the class "Error" should not be thrown directly, but the
 user should throw errors from a sub-class of "Error".