libclass-throwable-perl 0.10-2 source package in Ubuntu

Changelog

libclass-throwable-perl (0.10-2) unstable; urgency=low

  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields. Added: /me to Uploaders.
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists (closes: #467722)
    - update with dh-make-perl's help
    - don't install almost empty README any more
  * debian/watch: use dist-based URL.
  * Set Standards-Version to 3.7.3 (no changes).
  * Set debhelper compatibility level to 5.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:12:57 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-throwable-perl_0.10.orig.tar.gz 10.7 KiB b46d6a9f1e894ed8a196136c29e76b4e6f5495cdad3c66079289859296cb1206
libclass-throwable-perl_0.10-2.diff.gz 2.2 KiB a3010a16d2f7f3d9e22df8f082c91b1bed91d914dde738412bebcc491c156156
libclass-throwable-perl_0.10-2.dsc 1.0 KiB 77b12021d958d817d1649ed85d18a527024e8ed032bcdf0bc430051ccbfc064d

View changes file

Binary packages built by this source

libclass-throwable-perl: minimal lightweight exception class

 Class::Throwable implements a minimal lightweight exception object. It is
 meant to be a compromise between more basic solutions like Carp which can
 only print information and cannot handle exception objects, and more
 complex solutions like Exception::Class which can be used to define
 complex inline exceptions and has a number of module dependencies.