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

Changelog

libdevel-declare-perl (0.006011-1) unstable; urgency=low


  * Imported Upstream version 0.006011
  * Bump Debhelper compat level 9
  * Update debian/copyright format as in Debian Policy 3.9.3
  * Bump Standards-Version to 3.9.3

 -- Angel Abad <email address hidden>  Thu, 23 Feb 2012 14:36:27 +0100

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.006011-1.dsc 1.8 KiB 2c863acc9776c27dd55947ee70a2e139e172f21f65eeb5177872b0fe763bb2f0
libdevel-declare-perl_0.006011.orig.tar.gz 55.7 KiB 53d818f7c6ede978fd047d841454d6af64cc2c7a557858196954d356894d0a73
libdevel-declare-perl_0.006011-1.debian.tar.gz 3.6 KiB a7cdbf8daa35bcf5b6e589c5a507f194ce38453912de0a8e1f32f4ab109e6e23

Available diffs

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.