libmoosex-nonmoose-perl 0.24-1 source package in Ubuntu
Changelog
libmoosex-nonmoose-perl (0.24-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.24 * Bump year of upstream copyright * Increase dependency on Moose to 2.0000 * Declare compliance with Debian Policy 3.9.4 * Add spelling.patch to fix a POD typo -- Florian Schlichting <email address hidden> Thu, 03 Oct 2013 14:53:15 +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 | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-nonmoose-perl_0.24-1.dsc | 2.2 KiB | 626b1f40fa2f5fa1c1e5ae19f18d3b24153b4fc8d458ee5f4bc091d8c3e4e9a1 |
libmoosex-nonmoose-perl_0.24.orig.tar.gz | 23.6 KiB | 48bec69c79c385404297a350b87e4d6bbf45bad7edf98e3497b3bea9987bf485 |
libmoosex-nonmoose-perl_0.24-1.debian.tar.gz | 2.5 KiB | 3f322342fe15bf693bbb0aa35ee716ca3480cd3f222334dfc3d514461fdae385 |
Available diffs
- diff from 0.22-1 (in Ubuntu) to 0.24-1 (20.5 KiB)
No changes file available.
Binary packages built by this source
- libmoosex-nonmoose-perl: Moose extension to allow easy subclassing of non-Moose classes
MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose,
taking care of the annoying details connected with doing this. It tries to be
as non-intrusive as possible - in most cases, inheriting from Moose classes
and inheriting from non-Moose classes should work identically.