[Module]
Name=Module::Metadata::CoreList
Changelog.Creator=Module::Metadata::Changes V 2.12
Changelog.Parser=Config::IniFiles V 2.94
[V 1.09]
Date=2017-07-10T18:17:00
Comments= <<EOT
- Make t/test.corelist.t immune to the version of Module::CoreList installed, since my version #
of the latter was encoded into the expected test results.
EOT
[V 1.08]
Date=2017-06-26T17:53:00
Comments= <<EOT
- Rename test files from \d\d.*.t to *.t.
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
EOT
[V 1.07]
Date=2012-09-17T11:30:00
Comments= <<EOT
- Use exists() on elements of %{$Module::CoreList::version{$perl_version} }.
This includes now outputting 'undef' in sub check_perl_for_module(), if necessary.
EOT
[V 1.06]
Date=2012-07-30T13:11:00
Comments= <<EOT
- Clean up docs in bin/cc.*.pl.
- Prettify template htdocs/assets/templates/module/metadata/corelist/web.page.tx.
- Rectify lists of pre-reqs in Build.PL and Makefile.PL.
EOT
[V 1.05]
Date=2012-03-15T10:17:00
Comments= <<EOT
- Force Build.PL and Makefile.PL to install File::HomeDir >= V 0.99, so my_dist_congfig() is available.
Consequently, force t/test.corelist.t to ingore this module when cross-checking output.
- Add bin/cc.whichperl.module.pl to MANIFEST.
EOT
[V 1.04]
Date=2012-03-10T11:24:00
Comments= <<EOT
- Force Build.PL and Makefile.PL to install Module::CoreList >= V 2.61.
Originally, all version #s were 0, for ease of checking the output.
But different versions of Module::CoreList report different lists of modules for the same version of Perl.
Consequently, force t/test.corelist.t to ingore this module when cross-checking output.
EOT
[V 1.03]
Date=2012-02-29T09:02:00
Comments=- Re-write tests to avoid command-line quoting problems on Windows, using Capture::Tiny.
[V 1.02]
Date=2012-02-27T11:03:00
Comments=- Fix t/test.corelist.t to not hard-code the version # of Module::CoreList, but to get it from that module.
[V 1.01]
Date=2011-11-01T11:09:00
Comments= <<EOT
- Extend Module::Metadata::CoreList to provide direct access to some functions declared in Module::CoreList,
specifically find_modules() and find_version.
- Add bin/cc.perlmodule.pl to utilize the new features. Both this script and bin/cc.corelist.pl will be
installed along with the module itself.
- Add t/test.corelist.t to test method run().
- Add t/test.perlmodule.t to test method check_perl_module().
- Update the docs to discuss bin/cc.perlmodule.pl.
EOT
[V 1.00]
Date=2011-07-07T13:34:00
Comments=- Original version