0.005_01 2021-03-22 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.