libmodule-manifest-perl 1.08-1 source package in Ubuntu
Changelog
libmodule-manifest-perl (1.08-1) unstable; urgency=low * Team upload. [ Jonathan Yu ] * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> <email address hidden> * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. (Closes: #710943) [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. * Switch to "3.0 (quilt)" source format. * debian/rules: minimize with dh(1). * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no changes). * debian/copyright: switch formatting to Copyright-Format 1.0. -- gregor herrmann <email address hidden> Mon, 03 Jun 2013 20:56:21 +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 | |
---|---|---|---|---|
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-manifest-perl_1.08-1.dsc | 2.2 KiB | 410aeaaafb8723449ca939ff5006c35ca82998e793735b56cc1a9750e3f9997d |
libmodule-manifest-perl_1.08.orig.tar.gz | 34.1 KiB | 722ed428afcbe5b5b441b0165cbafbd8534fa63d7856d4089e6e25ac21e6445d |
libmodule-manifest-perl_1.08-1.debian.tar.gz | 2.4 KiB | 0cb74e26def92ae6a668cea69dbd19eb8d48c53d121bf269be0556ab43329d77 |
Available diffs
- diff from 0.07-1 (in Ubuntu) to 1.08-1 (18.3 KiB)
No changes file available.
Binary packages built by this source
- libmodule-manifest-perl: module for parsing and examining a Perl distribution MANIFEST file
Module::Manifest is a simple utility module created originally for use in
Module::Inspector.
.
It allows you to load the MANIFEST file that comes in a Perl distribution
tarball, examine the contents, and perform some simple tasks.
.
Granted, the functionality needed to do this is quite simple, but the Perl
distribution MANIFEST specification contains a couple of little
idiosyncracies, such as line comments and space-seperated inline comments.
.
The use of this module means that any little nigglies are dealt with behind
the scenes, and you can concentrate the main task at hand.