libmoosex-attributeshortcuts-perl 0.010-1 source package in Ubuntu

Changelog

libmoosex-attributeshortcuts-perl (0.010-1) unstable; urgency=low


  * New upstream release
  * Email change: Alessandro Ghedini -> <email address hidden>
  * Update debian/copyright format as in Debian Policy 3.9.3
  * Bump Standards-Version to 3.9.3
  * Drop fix-typos.patch (merged upstream)

 -- Alessandro Ghedini <email address hidden>  Thu, 12 Apr 2012 21:59:32 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmoosex-attributeshortcuts-perl_0.010-1.dsc 2.4 KiB cdddbab00da126ff37f01e6a57863d437c508d35b9b0e1b23c39821004f560f7
libmoosex-attributeshortcuts-perl_0.010.orig.tar.gz 22.4 KiB 482084181e975dd42f3beb1ed3e5a4120aad9aa8d9f8705b390a3fb5ad06fd70
libmoosex-attributeshortcuts-perl_0.010-1.debian.tar.gz 1.7 KiB f5afa40da28398028fe7ab3bee562941104a0e24dea412514611b7fdda1ff5f5

No changes file available.

Binary packages built by this source

libmoosex-attributeshortcuts-perl: Moose extension providing shorthands for common attribute options

 Ever found yourself repeatedly specifying writers and builders, because
 there's no good shortcut to specifying them? Sometimes you want an
 attribute to have a read-only public interface, but a private writer. And
 wouldn't it be easier to just say "builder => 1" and have the attribute
 construct the canonical "_build_$name" builder name for you?
 .
 MooseX::AttributeShortcuts causes an attribute trait to be applied to all
 attributes defined to the using class. This trait extends the attribute
 option processing to handle the above variations.