libclass-accessor-perl 0.34-1 source package in Ubuntu
Changelog
libclass-accessor-perl (0.34-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Adds a Moose-like interface, including the "has" keyword * Added myself to Uploaders and Copyright * Cleaned up description in control * Standards-Version 3.8.3 (no changes) * Quilt patch no longer necessary, was fixed upstream (Closes: #538636) See also: the CPAN RT#29582 (remove quilt dependency) * Use shorter debhelper rules format [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address -- Ubuntu Archive Auto-Sync <email address hidden> Thu, 05 Nov 2009 06:04:23 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Lucid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | perl | |
Trusty | release | main | perl | |
Precise | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-accessor-perl_0.34.orig.tar.gz | 12.0 KiB | cdb1e0cdf8380fb9b63b44c33ce5afc1068736d55ac5904bf0eaa1efc1c3cefc |
libclass-accessor-perl_0.34-1.diff.gz | 2.7 KiB | a0beb15166d267ce59e90c8f553f3e34f67c7d5bcecf1ad51daf7f4ba6a6c642 |
libclass-accessor-perl_0.34-1.dsc | 1.4 KiB | b32bf05cd92b4218b60a6c0c45a7970c2220bebde8d5662b6ce8f3cefb4c8da0 |
Available diffs
- diff from 0.33-1 to 0.34-1 (9.9 KiB)
Binary packages built by this source
- libclass-accessor-perl: Perl module that automatically generates accessors
Class::Accessor automagically generates accessor/mutator methods for your
class. Most of the time, writing accessors is an exercise in cutting and
pasting. If you make your module a subclass of Class::Accessor and declare
your accessor fields with mk_accessors() then you will find yourself with a
set of automatically generated accessors which can even be customized.