libclass-std-perl 0.013-1 source package in Ubuntu
Changelog
libclass-std-perl (0.013-1) unstable; urgency=medium * Team upload [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Nuno Carvalho ] * New upstream release * Drop POD patch, applied upstream * debian/control: + update standards version to 3.9.6 + add explicit libmodule-build-perl dependency + Drop build dependencies on libtest-pod* + add "Testsuite: autopkgtest-pkg-perl" * Install uptream demo as examples * Add debian/upstream/metadata information file -- Nuno Carvalho <email address hidden> Fri, 05 Jun 2015 02:37:35 +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 | |
---|---|---|---|---|
Focal | release | universe | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-std-perl_0.013-1.dsc | 2.2 KiB | fe464537fa021ce96c9e5ab892260a41df0426c3f37deb0c912c9e343d039fc2 |
libclass-std-perl_0.013.orig.tar.gz | 38.5 KiB | bcd6d82f6c8af0fe069fced7dd165a4795b0b6e92351c7d4e5a1ab9a14fc35c6 |
libclass-std-perl_0.013-1.debian.tar.xz | 2.7 KiB | 4e3b555a45bd7d69a21e74a136f7a1514bc5a2068b62c9caa14d121496e9b19a |
Available diffs
- diff from 0.011-1 to 0.013-1 (3.7 KiB)
No changes file available.
Binary packages built by this source
- libclass-std-perl: module for creating standard "inside-out" classes
Class::Std is a Perl module that provides tools to implement the "inside out
object" class structure in a convenient and standardized way. This approach,
which is also known as flyweight scalars, warehoused attributes and inverted
indices, is discussed further in the documentation for this package.