libmoosex-oneargnew-perl 0.002-1 source package in Ubuntu

Changelog

libmoosex-oneargnew-perl (0.002-1) unstable; urgency=low

  * New upstream release
  * Bump upstream copyright year
  * Bump Standards-Version to 3.9.2 (no changes needed)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  17 Jun 2011 07:49:26 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-oneargnew-perl_0.002.orig.tar.gz 10.7 KiB f548f03f36943c42dd704c2dca10b76718ef4642a44d8740f175e7a0031add71
libmoosex-oneargnew-perl_0.002-1.debian.tar.gz 1.8 KiB 2ca1f4040b1fb0f4f1dce82776782e87b407500ccd91ad7faba710fb14bba52a
libmoosex-oneargnew-perl_0.002-1.dsc 2.1 KiB 5ffa21e4fc7ccaf9d35ca3245ace54589d06012d522c845b8c1d17ec296dabbf

Available diffs

View changes file

Binary packages built by this source

libmoosex-oneargnew-perl: Moose role that extends class' constructor to accept single arguments

 MooseX::OneArgNew lets your constructor take a single argument, which will be
 translated into the value for a one-entry hashref. It is a parameterized
 role with two parameters:
  * type - The Moose type that the single argument must be for the one-arg form
    to work. This should be an existing type, and may be either a string type or
    a MooseX::Type.
  * init_arg - This is the string that will be used as the key for the hashref
    constructed from the one-arg call to new.