libexporter-cluster-perl 0.31-0ubuntu3 source package in Ubuntu
Changelog
libexporter-cluster-perl (0.31-0ubuntu3) saucy; urgency=low * debian/rules: Convert to dh sequencer. * debian/source/format: Indicate 3.0 (quilt) format. * debian/compat: Bump to 9. * debian/control: - Build-depend on debhelper (>= 9). - Bump Standards-Version to 3.9.4. * debian/docs: Create. -- Logan Rosen <email address hidden> Sun, 14 Jul 2013 10:48:11 -0400
Upload details
- Uploaded by:
- Logan Rosen
- Uploaded to:
- Saucy
- Original maintainer:
- Soren Hansen
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl | |
Kinetic | release | universe | perl | |
Jammy | release | universe | perl | |
Focal | release | universe | perl | |
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libexporter-cluster-perl_0.31.orig.tar.gz | 3.0 KiB | 3f11d75992ed2db24b326ae4ba70e9109b1c9463e40723ab921b04b6b65e8d86 |
libexporter-cluster-perl_0.31-0ubuntu3.debian.tar.gz | 1.8 KiB | 3b2d0e4b46bfc09ca76db6b651d6a438fd9f118faa10cc74c1a6e2d16eca6181 |
libexporter-cluster-perl_0.31-0ubuntu3.dsc | 1.5 KiB | eeb08496f1d6c80b7f236186ac3554e1b4d5b04f6640fd4f6ac3b218dc33ec0e |
Available diffs
- diff from 0.31-0ubuntu2 to 0.31-0ubuntu3 (1.6 KiB)
Binary packages built by this source
- libexporter-cluster-perl: Extension for easy multiple module imports
Exporter::Cluster is designed to allow the user to develop a binding
package that allows multiple packages to be imported into the
symbol table with single 'use' command. This module was created from
the observation of the general trend of Perl packages growing in
complexity as new technology is developed and Perl interfaces
are designed to interact with this technology. This is not a
general use module! It has been designed mainly for use by developers
who are trying to implement a sane interface to their work, but
still attempt to use good coding practices such as code seperation
and modular design.