libmousex-strictconstructor-perl 0.02-3 source package in Ubuntu
Changelog
libmousex-strictconstructor-perl (0.02-3) unstable; urgency=medium [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Bump debhelper from old 12 to 13. -- Jelmer Vernooij <email address hidden> Sun, 11 Dec 2022 00:48:00 +0000
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 |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmousex-strictconstructor-perl_0.02-3.dsc | 2.2 KiB | 67633be58c968fc150ad4997e9f2a9ca65465f3ec1cb41144b548428921b3bd9 |
libmousex-strictconstructor-perl_0.02.orig.tar.gz | 20.3 KiB | 44a9e8f60a26bdc9e1d68667d4e0ff7487dc11d16b68b938dcf95cc78b868863 |
libmousex-strictconstructor-perl_0.02-3.debian.tar.xz | 2.4 KiB | 4f84dddad62c5331171ca220a46fa855ddf26b68f7b7e011fee8cf8cee62996b |
Available diffs
- diff from 0.02-2.1 to 0.02-3 (954 bytes)
No changes file available.
Binary packages built by this source
- libmousex-strictconstructor-perl: Mouse extension for making object constructors die on unknown attributes
Simply loading MouseX:
:StrictConstruc tor in your Perl package will make
your constructor "strict". If your constructor is called with an attribute
argument that your class does not declare, then it dies. This is a great
way to catch small typos.