Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-CPAN-DistnameInfo - Extract distribution name and version from a distribution filename
- Description:
Many online services that are centered around CPAN attempt to
associate multiple uploads by extracting a distribution name from the
filename of the upload. For most distributions this is easy as they
have used ExtUtils::MakeMaker or Module::Build to create the
distribution, which results in a uniform name. But sadly not all
uploads are created in this way.
CPAN::DistnameInfo uses heuristics that have been learnt by
http://search.cpan.org/ to extract the distribution name and version
from filenames and also report if the version is to be treated as a
developer release.
Packages
perl-CPAN-DistnameInfo-0.12-1.el7.noarch
[13 KiB] |
Changelog
by Paul Howarth (2013-10-02):
- Update to 0.12
- Grok dist names ending with something numeric containing underscores
- Make %files list more explicit
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't use macros for commands
|