libend-perl 2009040201-1 source package in Ubuntu

Changelog

libend-perl (2009040201-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Ryan Niebur ]
  * New upstream release
  * Add myself to Uploaders
  * Debian Policy 3.8.1
  * machine readable copyright format
  * dh 7
  * fix short description

  [ gregor herrmann ]
  * debian/{control,copyright}: change my email address.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:00:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libend-perl_2009040201.orig.tar.gz 2.8 KiB 6642eab87d33d3379423157db5c93c312190ef3c035a5a3a4661d02629537f2c
libend-perl_2009040201-1.diff.gz 2.7 KiB 81d65a0af527ab0c9c13bf33eefb0cbc243030d52ff19e378b89f37f88c4efe3
libend-perl_2009040201-1.dsc 1.4 KiB 21d1bfa8bad8523d67c2e1c71fccf426611874730be05db2103bf52f080bcd9f

Available diffs

View changes file

Binary packages built by this source

libend-perl: Perl interface to execute code at end of scope

 End is a Perl module that exports a single subroutine, end, which enables
 execution of code whenever the current block is exited, regardless of whether
 it is due to a return, next, last, redo, exit, die, goto or just reaching the
 end of the current block.