libparse-method-signatures-perl 1.003014-1 source package in Ubuntu

Changelog

libparse-method-signatures-perl (1.003014-1) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/copyright: Update years of copyright.
  * debian/copyright: refer to /usr/share/common-licenses/GPL-1; refer to
    "Debian systems" instead of "Debian GNU/Linux systems".
  * debian/control: Convert Vcs-* fields to Git.
  * Use source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.2.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:09:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libparse-method-signatures-perl_1.003014.orig.tar.gz 40.8 KiB 28d480116cfbd6cb51e9c5bfa24aac29791d9e531d327860f50087bee4ff8943
libparse-method-signatures-perl_1.003014-1.debian.tar.gz 2.6 KiB 3d2776aebaf142dbab2e4a3eb827b84f5135b60f5d5c8b39fa09c765f8c4fdf2
libparse-method-signatures-perl_1.003014-1.dsc 2.4 KiB 7b3755b0bcb887c13912db552c92c00e60c89fdbf78410e565e8132ae88738b6

Available diffs

View changes file

Binary packages built by this source

libparse-method-signatures-perl: Perl module to parse Perl6-like method signatures

 Parse::Method::Signatures takes a method signature and extracts information
 about it. For users of Perl5 who are unfamiliar with this feature, it is
 essentially what prototypes are to other languages like C, where methods and
 functions have parameterized lists that can also optionally enforce data type
 constraints. It is useful to process Perl6 code, but also the subset of Perl6
 supported backported to Perl5 via Moose.
 .
 This is primarily intended as a utility module to be used by developers that
 work with either Moose or Perl6 code, such as MooseX::Method::Signatures
 (see libmoosex-method-signatures-perl).