libdevel-declare-perl 0.006005-1 source package in Ubuntu

Changelog

libdevel-declare-perl (0.006005-1) unstable; urgency=low
  * New upstream release.  * Add build-dep on libtest-warn-perl. -- Ansgar Burchardt <email address hidden>  Fri, 08 Jul 2011 23:50:54 +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
libdevel-declare-perl_0.006005-1.dsc 2.3 KiB 53e3aa320319f3044c7a4e2d5c5a144557014af7de6ae7432de81d81741c9ee0
libdevel-declare-perl_0.006005.orig.tar.gz 50.9 KiB 2a1a46d85d44124ea9ed32cc1778e11a1327c2bef53038d05429a5973349790c
libdevel-declare-perl_0.006005-1.debian.tar.gz 3.2 KiB ed6ef3fca48ed4faed4f3bb8e7a5c5c2d8c86093cc68ed10be722a1c1bc21c4e

No changes file available.

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.