a06b8cd0c7
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs. It also contains %Module::CoreList::released hash, which has ISO formatted versions of the release dates, as gleaned from the perlhist manpage. Submitted by: Autrijus Tang <autrijus@autrijus.org>
6 lines
296 B
Text
6 lines
296 B
Text
bin/corelist
|
|
%%SITE_PERL%%/Module/CoreList.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/CoreList
|
|
@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module 2>/dev/null || true
|