liberror-perl 0.17-1.1 source package in Ubuntu

Changelog

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


  * Non-maintainer upload.
  * apply fix for tests from upstream (closes: #711441) 

 -- CSILLAG Tamas <email address hidden>  Sat, 07 Sep 2013 10:04:34 +0200

Upload details

Uploaded by:
Clint Burfoot
Uploaded to:
Sid
Original maintainer:
Clint Burfoot
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
liberror-perl_0.17-1.1.dsc 1.7 KiB b042cdc85fca61bbc96765dfa9dc1043319b0259485d502b26856addc2ad1969
liberror-perl_0.17.orig.tar.gz 16.9 KiB 2e8157981a77e87d37d26d8b6b3183560dddc541b491b0b32fcda010730b257c
liberror-perl_0.17-1.1.diff.gz 3.5 KiB ff276a25fc81edf38681f03a9f44346516226b5ab3c95f552d8d7f24686ab7d9

Available diffs

No changes file available.

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".