[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[PATCH - revised] version in test.pl



> 'test.pl' is incorporated in several dual-lived modules.
> The attached patch adds a version string to test.pl so that
> (at least going forward from now) module maintainers can
> tell which version they have in their CPAN distributions.
> I arbitrarily started the versioning at 1.00.

Revised to change the version variable to $Test::CORE::VERSION
--- perl-current/t/test.pl	2008-06-30 09:32:51.177110300 -0400
+++ perl-current/t/test.pl	2008-06-30 12:09:44.231765700 -0400
@@ -1,6 +1,7 @@
 #
 # t/test.pl - most of Test::More functionality without the fuss
 
+$Test::CORE::VERSION = '1.00';
 
 # NOTE:
 #

References to:
"Jerry D. Hedden" <jdhedden@cpan.org>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]