libsignatures-perl 0.07-1 source package in Ubuntu

Changelog

libsignatures-perl (0.07-1) unstable; urgency=low


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

  [ Angel Abad ]
  * Imported Upstream version 0.07
  * debian/patches/reallocate_pl_linestr: Remove patch, applied upstream
  * debian/copyright: Update inc/Module/* years
  * Bump Standards-Version to 3.9.4

 -- Angel Abad <email address hidden>  Mon, 24 Sep 2012 12:25:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libsignatures-perl_0.07-1.dsc 1.6 KiB d5574b9fb085278c4a20857d6dae4f9204c9718e5e75a9d431bc8207d71c4434
libsignatures-perl_0.07.orig.tar.gz 66.2 KiB ebd762ae4d1564d66cea6e600cc830c769f0914a587b5d9c629df6608fa2126d
libsignatures-perl_0.07-1.debian.tar.gz 2.4 KiB 0a62bdbecefb77ad742ff4138bce9fb23014ad33aee29b3169871ffab9151f3e

Available diffs

No changes file available.

Binary packages built by this source

libsignatures-perl: Perl pragma for subroutine signatures

 signatures is a Perl pragma that provides a simple and robust way to declare
 named parameters for your subroutines. It provides a syntax similar to Perl
 function prototypes (see perlsub) and is robust since it does this without
 using source filters. It also provides a way to combine these signatures with
 normal Perl prototypes.