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

Changelog

libexception-class-perl (1.43-1) unstable; urgency=medium

  * Import upstream version 1.43.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.1.1.

 -- gregor herrmann <email address hidden>  Sat, 14 Oct 2017 17:22:08 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.43-1.dsc 2.3 KiB a8debeb84cd072d3d756ab761ee6d699ca453de90655d31e72187cd5f24e8203
libexception-class-perl_1.43.orig.tar.gz 44.5 KiB ff3b4b3f706e84aaa87ab0dee5cec6bd7a8fc9f72cf76d115212541fa0a13760
libexception-class-perl_1.43-1.debian.tar.xz 3.9 KiB a63fcb3f628792de467f0da090af9e77711b6ae6b1813ae0f798df513cc617b1

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.