libthrowable-perl 0.200008-1 source package in Ubuntu

Changelog

libthrowable-perl (0.200008-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 0.200008
  * Add myself to uploaders
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Dependencies:
    + Add libmoo-perl, libmoox-types-mooselike-perl
    + Add perl (>= 5.13.4) | libtest-simple (>= 0.96) in build dependencies
    + Remove libmoose-perl dependency
  * Update description

 -- Xavier Guimard <email address hidden>  Sat, 04 May 2013 22:08:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libthrowable-perl_0.200008-1.dsc 2.3 KiB 302e404bb69c6861de65c6d90823a5a48aa0d3ab800eacc279742966aeed7432
libthrowable-perl_0.200008.orig.tar.gz 16.2 KiB d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79
libthrowable-perl_0.200008-1.debian.tar.gz 1.9 KiB c204d14a9732bb8d3a13d1313765c46a9ed398152b5f5f1fccb9a63e7e871b61

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.