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

Changelog

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


  * Team upload.

  [ 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

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Florian Schlichting ]
  * Import Upstream version 1.003015

  [ gregor herrmann ]
  * New upstream release 1.003016.
  * Update years of third-party copyright.
  * Add (build) dependency on libclass-load-perl.
  * Bump debhelper compatibility level to 8.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Mon, 20 Jan 2014 21:12:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libparse-method-signatures-perl_1.003016-1.dsc 2.4 KiB 03f5fc8e2f99ab14a027d8b09884dbd611ee56776ed6d3eb2a267d8a8aa993ff
libparse-method-signatures-perl_1.003016.orig.tar.gz 41.9 KiB f97aa40a4ed86169dcbccf80a666a7c11b4e600b3d1babab2b193e5d65212e65
libparse-method-signatures-perl_1.003016-1.debian.tar.xz 2.7 KiB 7b2440ce1f549696cb34c31ea6f00e118c773ee4e19e44cd246245c364291059

No changes file available.

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).