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

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright, dropped info about removed files.
  * Use debhelper 9.20120312 to get all hardening flags.
  * Add build dependency on libtest-requires-perl.
  * Declare compliance with Debian Policy 3.9.4.
  * debian/rules: remove sparc alignment workaround. This was only needed
    for perl << 5.10.1. Removing it also gives us all hardening flags
    back.

 -- gregor herrmann <email address hidden>  Sun, 22 Sep 2013 17:45:48 +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.006014-1.dsc 2.4 KiB 387019ad068a07f0c9d805ad01b8df830d7be210077bb102f95a31e716a88c92
libdevel-declare-perl_0.006014.orig.tar.gz 42.7 KiB 6b46efa05ceb5c61e85e6cd053b523678f0c5bbba3ddca02304963ed0eec0429
libdevel-declare-perl_0.006014-1.debian.tar.gz 3.3 KiB 9d3f7c7861e125c52592e24e0a5c4b77b67898f6123a32ef75f01b45fdaebfb7

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.