libsignatures-perl 0.07-1build1 source package in Ubuntu

Changelog

libsignatures-perl (0.07-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Tue, 22 Oct 2013 13:14:26 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libsignatures-perl_0.07.orig.tar.gz 66.2 KiB ebd762ae4d1564d66cea6e600cc830c769f0914a587b5d9c629df6608fa2126d
libsignatures-perl_0.07-1build1.debian.tar.gz 2.4 KiB c29a33c7017c979241ee210972d6a9174823fd030e3a0e38abe6b1e58990449a
libsignatures-perl_0.07-1build1.dsc 2.3 KiB e1c53e38e19f98b6ee429d9b8e3947095dc79c13ebab267d15809c0bc2d3719d

Available diffs

View changes file

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.