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

Changelog

libparse-method-signatures-perl (1.003017-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Add debian/upstream/metadata
  * Import upstream version 1.003017.
    Fixes "Unescaped left brace in regex is deprecated"
    (Closes: #826485)
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.8.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 11 Jun 2016 04:12:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-method-signatures-perl_1.003017-1.dsc 2.6 KiB 29c3c81f6ac558bac17b5fbcc524ba1a2527aff7f68bf0566f0343c715cd7b45
libparse-method-signatures-perl_1.003017.orig.tar.gz 42.4 KiB f910e7fcd26e316eaa08012deff900c86cce505b1f135554d4bd9355e1d61110
libparse-method-signatures-perl_1.003017-1.debian.tar.xz 3.0 KiB 116335efce7af167d4d41de8acd8d537ed1882e5bf4687cfa4165a23587387f1

Available diffs

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