liberror-perl 0.17-1.2 source package in Ubuntu

Changelog

liberror-perl (0.17-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
    use DESTDIR in debian/rules.
    (Closes: #793529)

 -- gregor herrmann <email address hidden>  Wed, 26 Aug 2015 17:14:37 +0200

Upload details

Uploaded by:
Clint Burfoot
Uploaded to:
Sid
Original maintainer:
Clint Burfoot
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liberror-perl_0.17-1.2.dsc 1.8 KiB d024e770bb970061e338798934a1862b5dd51ca99f04f6cdab1c5a58b30b4eba
liberror-perl_0.17.orig.tar.gz 16.9 KiB 2e8157981a77e87d37d26d8b6b3183560dddc541b491b0b32fcda010730b257c
liberror-perl_0.17-1.2.diff.gz 3.6 KiB 26664db91daa76fdf78be37196df02067b2283deae1b4ac766923d7ef08c3fb8

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