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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Nick Morrott ]
  * Import upstream version 1.09
  * Declare compliance with Debian Policy 3.9.8
  * Update upstream copyright details
  * Add Testsuite header to make package autopkgtest-able
  * Refresh (build-) dependencies
  * Update metadata

 -- Nick Morrott <email address hidden>  Thu, 11 Aug 2016 01:59:16 +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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-role-parameterized-perl_1.09-1.dsc 2.8 KiB 671f7d9e4060593afb71d00b88d01ec96cc788cbfa6b5dea2556d82a3807e870
libmoosex-role-parameterized-perl_1.09.orig.tar.gz 45.3 KiB b5669b80c4edcd926223b2cb192a846841709ba3db45d75ef9434a08dbbf8c20
libmoosex-role-parameterized-perl_1.09-1.debian.tar.xz 3.8 KiB c8548494c6b45650e1421bf2b45bb794e408e8266e1ec679cabf67579737e561

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.