libmoosex-param-perl 0.02-5 source package in Ubuntu

Changelog

libmoosex-param-perl (0.02-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 01:21:04 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-param-perl_0.02-5.dsc 2.2 KiB 451c33107e3afda31a9a8908663a3d86c57c1caadece677df6c6aea4aa9d2152
libmoosex-param-perl_0.02.orig.tar.gz 4.0 KiB 7ec4f52cadca7dc9ca7722e20afeabf0210886fa2db5cc0179ec1c7d65a750a0
libmoosex-param-perl_0.02-5.debian.tar.xz 2.3 KiB f57070bcef824ded550cee8d876dd84cb6374302b3d6f5a290702df5fd255218

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-param-perl: simple Moose role providing a standard param method

 The MooseX::Param Perl module is a very simple Moose role which provides a
 CGI like param method. It provides a params attribute which has a read-only
 accessor and a HashRef type constraint. It also adds a builder method to
 properly initialize it.