1.037 - Mon Jun 1 00:20:54 2009
*
Fix #46335: qualify calls to find() so Module::Install
doesn't intercept them.
1.38_02 - Mon Jan 6 02:38:59 2014
*
Fixup for CONFIGURE_REQUIRES (GitHub Issue #2)
1.38_01 - Fri Jan 3 11:12:54 2014
*
Handle TEST_REQUIRES
*
Fixes for v5.8, which doesn't include Module::Build
1.38 - Thu Jan 2 15:38:44 2014
*
Use Makefile.PL instead of Build.PL since Module::Build
is likely to be deprecated
*
Fix up Pod encoding issues
1.035 - Sat Aug 2 23:24:14 2008
*
Cleaning up the Makefile a bit. No need to upgrade.
1.034 - Sat Jul 12 21:32:16 2008
*
Various minor cleanups. No big whoop.
1.033 - Fri Mar 16 23:00:57 2007
*
Fixed load test to not complain when trying to import the same
symbol twice
*
No code fixes otherwise. No need to upgrade.
1.032 - Tue Jan 9 22:54:40 2007
*
updated copyright and license info
*
no code changes, so no need to upgrade
1.031 - Wed May 17 22:23:23 2006
*
updates to distro and kwalitee. No need to upgrade
1.030 - Wed May 17 22:15:01 2006
*
Updates to distro and kwalitee. No need to upgrade.
1.030 - Wed Jan 11 00:11:21 2006
*
Tests should now work even if there is nothing in PREREQ_PM. In the
previous version, an empty PREREQ_PM made the module think Makefile.PL
didn't exit cleanly.
*
Everyone should upgrade.
1.029 - Sun Dec 25 20:03:47 2005
*
Updated some tests that had some problems. No need to upgrade.
1.028 - Wed Jul 13 17:31:13 2005
*
Simple doc fixes. No need to upgrade.
1.027 - Tue Mar 8 00:18:28 2005
*
fixed up the bits that deal with the plan, to make things
consistent. prereq_ok will create the plan if it doesn't
exist, or leave it alone if it does.
*
You don't need to use Test::More (and you didn't need
to previously, despite the docs)
1.026 - Fri Mar 4 08:09:41 2005
*
Documentation fix for command line invocation: Test::Prereq
calls plan() for you, so you don't have to.
1.025 - Wed Sep 8 00:59:57 2004
*
get rid of the 'redefine' warning when we read the Makefile.PL
1.024 - Tue Sep 7 19:52:30 2004
*
cleaned up distro
*
bumped version to a full release (the interface is pretty much set)
*
no need to upgrade really (although some modules might require a
version number above 1.x
0.23 - Tue Aug 24 19:58:53 2004
*
Changed a few things for demo talk
0.23 - Fri Feb 20 05:42:18 2004
*
got rid of the File::Find::Rule dependency
0.19 - Fri Dec 20 16:18:39 2002
*
stripped bad whitespace from Pod, no code changes
0.18 Mon Nov 4 19:25:56 CST 2002
-
skip CPANPLUS modules by default. still haven't
figured this out.
0.17 Wed Oct 23 11:55:28 CDT 2002
-
removed extra call to CPAN.pm. this should make
things run faster.
0.16 Fri Oct 11 03:46:12 CDT 2002
-
add MAN3PODS to WriteMakefile to make man
pages show up in the right place
0.15 Thu Oct 10 19:34:20 CDT 2002
-
more changes to get around CPANPLUS
0.14 Thu Oct 10 17:19:27 CDT 2002
-
test suite gives better error output (so i can
figure out what's up with CPANPLUS)
0.13 Wed Oct 9 19:37:47 EDT 2002
-
expands distributions in PREREQ_PM to look for
modules implicitly declared
0.10 Fri Oct 4 18:27:57 CDT 2002
-
added support for Module::Build
0.07 Mon Sep 30 00:53:19 PDT 2002
-
cleaned up Makefile.PL for perl5.8.0 weirdness