The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Module::Metadata::CoreList.

1.04  Sat mar 10 11:24:00 2012
	- 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.

1.03  Wed Feb 29 09:02:00 2012
	- Re-write tests to avoid command-line quoting problems on Windows, using Capture::Tiny.

1.02  Mon Feb 27 11:03:00 2012
	- Fix t/test.corelist.t to not hard-code the version # of Module::CoreList, but to get it from that module.

1.01  Tue Nov  1 11:09:00 2011
	- 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.

1.00  Thu Jul  7 13:34:00 2011
	- Original version