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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libdevel-stacktrace-perl.
    + libexception-class-perl: Drop versioned constraint on
      libdevel-stacktrace-perl in Depends.

  [ gregor herrmann ]
  * Import upstream version 1.45.
  * Update years of upstream and packaging copyright.
  * Install new CODE_OF_CONDUCT.md document.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 12 Sep 2021 23:37:09 +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
Mantic release main perl
Lunar release main perl
Kinetic release main perl
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.45-1.dsc 2.5 KiB 744feb8bbee2277472c7113fd7e672051ff7635f070fe00ba19a79cd8e3707a9
libexception-class-perl_1.45.orig.tar.gz 49.7 KiB 5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249
libexception-class-perl_1.45-1.debian.tar.xz 4.2 KiB 7d8ca9c38ce20979c6c3c9e6f7a79d9b394ef307a03579fed9d662747e7ebe42

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.