libthrowable-perl 1.001-1 source package in Ubuntu

Changelog

libthrowable-perl (1.001-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.001.
  * Update years of upstream copyright and upstream email address.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Wed, 04 Jan 2023 18:29:56 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthrowable-perl_1.001-1.dsc 2.5 KiB d2bf5a92da5bf40a7378c12eed39ec04424f36bed3f05edeb12d8bde4447ad05
libthrowable-perl_1.001.orig.tar.gz 21.5 KiB d0cb5e9d7d06d70f2cc56eecf857a83a45eaca43850dcdda91d3feb4ddde4c51
libthrowable-perl_1.001-1.debian.tar.xz 2.7 KiB 8da2e1f891751290feccf6d9066acc0a2fb62aa2b4fa1aa68830578591b18375

Available diffs

No changes file available.

Binary packages built by this source

libthrowable-perl: role for classes that can be thrown

 Throwable is a role for classes that are meant to be thrown as exceptions to
 standard program flow. It automatically saves any previous
 value for $@ and calls die $self.