0.008 2022-10-23 T. R. Wyant Specify Test2::API::Context (and friends) version number. 0.007 2021-09-24 T. R. Wyant Correct generation of 'provides' metadata. Thanks to Favio Poletti for blogging https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, and ultimately to Joel Berger for the pointer to https://metacpan.org/pod/CPAN::Meta::Spec#no_index Add Test2::Require to SEE ALSO documentation 0.006 2021-03-29 T. R. Wyant Add rt.cpan.org back to bug reporting methods. Long live RT!. Get prerequisites up to snuff and add xt/author/prereq.t to ensure they stay that way. 0.005 2021-01-16 T. R. Wyant Add Travis CI testing. Use GitHub as bug tracker. R.I.P. rt.cpan.org. 0.004 2020-11-23 T. R. Wyant Add CAVEAT section to POD, about false passes caused by the test routines loading modules that the module being tested needs but forgot to load. Also deferred the loading of dependencies Getopt::Long, File::Find and File::Spec until they are actually needed. 0.003 2020-09-05 T. R. Wyant Disable feature 'signatures' for Perl >= 5.20 because we're using old-style signatures. This is probably paranoia, brought on by the Perl Porters' talk of changing defaults for Perl 7. 0.002 2020-04-28 T. R. Wyant Added all_modules_tried_ok(). This traverses the specified directories (default: blib/lib and blib/arch) looking for modules that were not tried by load_module_ok(), and generating a failure for each. Added clear_modules_tried(). This clears the record of modules tried by load_module_ok(). 0.001 2020-02-11 T. R. Wyant Initial production release.