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

Changelog

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

  * Import upstream version 1.44.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Sat, 06 Jan 2018 21:37:19 +0100

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
Focal release main perl
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.44-1.dsc 2.3 KiB 9276e75872267cac9c676db905d6e1be4f26a7215fe1d4c14df3df5770e1f6b7
libexception-class-perl_1.44.orig.tar.gz 45.1 KiB 33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d
libexception-class-perl_1.44-1.debian.tar.xz 3.9 KiB 38b6f20a0a5beb6f08d5e89c46d81dc98d6fe13df9c1ce1902a5baa94c8d44d2

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.