libmoosex-nonmoose-perl 0.26-2 source package in Ubuntu
Changelog
libmoosex-nonmoose-perl (0.26-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Jonathan Yu from Uploaders. Thanks for your work! [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from deprecated 8 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Remove constraints unnecessary since stretch: + Build-Depends-Indep: Drop versioned constraint on libmoose-perl. + libmoosex-nonmoose-perl: Drop versioned constraint on libmoose-perl in Depends. -- Jelmer Vernooij <email address hidden> Wed, 15 Jun 2022 23:02:36 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl | |
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmoosex-nonmoose-perl_0.26-2.dsc | 2.3 KiB | 5d4f7c4afade2bf31a4661226eedb19f64e8a5b23330f14939a13070ffce3289 |
libmoosex-nonmoose-perl_0.26.orig.tar.gz | 24.9 KiB | cbbe52ecf16038231fbd7f2cc6bce166a3569c8cb396ae80ec4517c2e08daa7d |
libmoosex-nonmoose-perl_0.26-2.debian.tar.xz | 2.6 KiB | fe7f1c3a35cb9b25bae839311ddca5f774598bd14545bcedfc4f90db0cc48d6a |
Available diffs
- diff from 0.26-1.1 to 0.26-2 (1.7 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.