libmethod-signatures-perl 20170211-4 source package in Ubuntu

Changelog

libmethod-signatures-perl (20170211-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Add patch from Niko Tyni to skip smartmatch warnings test for newer
    perls. (Closes: #1043425)
  * Update years of packaging copyright.
  * Add back libdata-alias-perl to Build-Depends-Indep and Recommends.

 -- gregor herrmann <email address hidden>  Mon, 21 Aug 2023 01:11:13 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmethod-signatures-perl_20170211-4.dsc 2.8 KiB f70d80d960ee7ca90729561a0c69ea8e120f9a4b8c5b0817de82645af24d0221
libmethod-signatures-perl_20170211.orig.tar.gz 81.7 KiB 891a7c4bb23240871a50faffa1544a9c54450b776662f489fe0dbc0fad22c4e5
libmethod-signatures-perl_20170211-4.debian.tar.xz 3.9 KiB 8b5354c630ae70cf585a157e27dcab6cbb2ad83388e1c1b1813aa66cce5d2a15

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.