libdevel-declare-perl 0.006007-1build1 source package in Ubuntu

Changelog

libdevel-declare-perl (0.006007-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Wed, 16 Nov 2011 00:19:33 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
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
libdevel-declare-perl_0.006007.orig.tar.gz 54.4 KiB e1f1843685efc4a1411c967e732d3f53307c6dbc7c96729c21b9a2868ce4542f
libdevel-declare-perl_0.006007-1build1.debian.tar.gz 3.4 KiB 26ca587e6adb559dafa8ffd3984e6759bbbe06b7f58f1eac29f2edbb3adffdb7
libdevel-declare-perl_0.006007-1build1.dsc 2.5 KiB 8b9ab0d25755822e77050bc7cd98d440706b19b30c0aeda2db918899ef09975e

Available diffs

View changes file

Binary packages built by this source

libdevel-declare-perl: module to add new syntax to Perl

 Devel::Declare can install subroutines called declarators which locally take
 over control of Perl's parser, allowing the creation of new syntax, including
 keywords and other constructs that might not be, in themselves, valid Perl 5
 code.
 .
 This module can be used for adding new keywords, completely in Perl code. It
 allows a subroutine to be executed during the Perl code compilation, meaning
 that syntax can be transformed into equivalent code for Perl on-the-fly.