libmethod-signatures-perl 20160315-2 source package in Ubuntu

Changelog

libmethod-signatures-perl (20160315-2) unstable; urgency=medium

  * Team upload.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * Drop libdata-alias-perl from Build-Depends-Indep and Recommends.
    (Closes: #834795)
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Fri, 19 Aug 2016 17:42:33 +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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmethod-signatures-perl_20160315-2.dsc 2.5 KiB 0b2825ae8c866717504dd3521778a93bb5b4d522b71e392b844c9176dc268aa3
libmethod-signatures-perl_20160315.orig.tar.gz 78.0 KiB 88bb288ba1a2bff505ec1e892d7d3c7dc6205a48426167845cfb81559dd3622b
libmethod-signatures-perl_20160315-2.debian.tar.xz 2.6 KiB 3a5b8ff1a1100412d5e4e73a25656056be5e178ea6e9b649d41a5e2d20fb2123

Available diffs

No changes file available.

Binary packages built by this source

libmethod-signatures-perl: method and function declarations with signatures and no source filter

 Method::Signatures provides two new keywords, func and method, which
 may be used to write subroutines with signatures, very similar to
 perl6 signatures.
 .
 It also does type checking, understanding all the types that Moose
 (or Mouse) would understand.