libclass-c3-componentised-perl 1.001000-1 source package in Ubuntu
Changelog
libclass-c3-componentised-perl (1.001000-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * Add whatis entry for Class::C3::Componentised::ApplyHooks. + update patch whatis.diff * debian/copyright: Update years of copyright for inc/Module/*. * debian/control: Convert Vcs-* fields to Git. * Bump Standards-Version to 3.9.2 (no changes). [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 11:03:11 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl | |
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-c3-componentised-perl_1.001000.orig.tar.gz | 23.8 KiB | 74ff750e84dce71194a3b2a6b5608c94a9a1c500778b7c94cf80d29e15daeadb |
libclass-c3-componentised-perl_1.001000-1.debian.tar.gz | 3.4 KiB | d226596cbc2858f4b7c564476c9fcfc1cfddb0526e16b9e665e815276a51bfab |
libclass-c3-componentised-perl_1.001000-1.dsc | 2.4 KiB | e4489ef4469267478a31c8489b92bf4c50b7409d8f3388e93f6f2c5d8324f97f |
Available diffs
- diff from 1.0009-1 to 1.001000-1 (5.4 KiB)
Binary packages built by this source
- libclass-c3-componentised-perl: module to load mix-ins or components to C3-based classes
Class:
:C3::Componenti sed is a Perl module that injects multiple base classes
into your module using the Class::C3 method resolution order.
.
Note that plugins loaded this way cannot be used to override methods in your
module. Consider MooseX::Object: :Pluggable (libmoosex- object- pluggable- perl)
if your application requires this.