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

Changelog

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

  [ Angel Abad ]
  * Imported Upstream version 0.006007
  * debian/control: Add myself to Uploaders
  * debian/copyright:
    - Update debian/* section
    - Update inc/Module/* section

  [ gregor herrmann ]
  * Make (build) dependency on libb-hooks-op-check-perl versioned.

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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-1.debian.tar.gz 3.4 KiB f0378d9f447a823ee49d9e516136f1c541ad8c6b4b5154391239b2a7ca6ae65c
libdevel-declare-perl_0.006007-1.dsc 2.3 KiB 812971106ab0c1b716ebda774f029382d13aca34129a647c54c9dfe2bccba40c

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.