libmoosex-role-parameterized-perl 1.11-2 source package in Ubuntu

Changelog

libmoosex-role-parameterized-perl (1.11-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 01:27:30 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-role-parameterized-perl_1.11-2.dsc 2.5 KiB f3fc1c5447063ef6f3bcc270673de0728c55afd318fdc685e4ee2dee5527bd55
libmoosex-role-parameterized-perl_1.11.orig.tar.gz 48.4 KiB 1cfe766c5d7f0ecab57f733dcca430a2a2acd6b995757141b940ade3692bec9e
libmoosex-role-parameterized-perl_1.11-2.debian.tar.xz 4.1 KiB ab332c4aa78d41398afa196fdd42055b0265fa2fd58503a566727e42a2a3b27c

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-role-parameterized-perl: Moose extension providing parameterized roles

 MooseX::Role::Parameterized is a Moose extension that consists of two things:
 parameter declarations and a role block.
 .
 Parameters are declared using the "parameter" keyword which resembles Moose's
 "has", even supporting any option that "has" accepts. You can use any option
 that "has" accepts. The default value for the "is" option is read-only, as
 that's a very common case. These parameters will get their values when the
 consuming class (or role) uses Moose's "with". A parameter object will be
 constructed with these values, and passed to the role block.