libmoosex-role-parameterized-perl 1.08-1 source package in Ubuntu

Changelog

libmoosex-role-parameterized-perl (1.08-1) unstable; urgency=medium


  * Team upload.

  [ gregor herrmann ]
  * New upstream release: 1.07

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ intrigeri ]
  * Add debian/upstream/metadata
  * New upstream release: 1.08
  * Add Breaks: libmoosex-storage-perl (<< 0.47)
  * Add build-dep on libcpan-meta-check-perl: needed for running tests.

 -- intrigeri <email address hidden>  Wed, 27 Aug 2014 13:54:08 -0700

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
Xenial release universe perl

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-role-parameterized-perl_1.08-1.dsc 2.7 KiB 8e7dee72a098f1ec78dffbb78dfac48a10758a5a2ea8eb1c352ed67e2c9414f3
libmoosex-role-parameterized-perl_1.08.orig.tar.gz 42.3 KiB 58121a8f4edcab823e38241e41d5fdc01c09064c7d09b0bd1121e61170b5428b
libmoosex-role-parameterized-perl_1.08-1.debian.tar.xz 3.7 KiB e7c08d034880826e204435362d943d6c9e772c2bd8b8735fbd7eccfdd040bccd

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.