libparse-method-signatures-perl 1.003019-2 source package in Ubuntu

Changelog

libparse-method-signatures-perl (1.003019-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libclass-load-perl.
    + libparse-method-signatures-perl: Drop versioned constraint on
      libclass-load-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:41:46 +0100

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
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-method-signatures-perl_1.003019-2.dsc 2.5 KiB b78a255216f2f4e59afb7cb640c1a3a171d972c115d71de6248880d9a98f2f57
libparse-method-signatures-perl_1.003019.orig.tar.gz 42.5 KiB 0e1977df8ddf034d558b2f8527f09b1b395c8fdf7bbc2ef946bde00c40ae947d
libparse-method-signatures-perl_1.003019-2.debian.tar.xz 3.2 KiB e9fa4b3f5c9c905a0d77c7d83f1d8e64bd9a2f101faecac2dd93913049897ac6

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