This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix ill-named Test::Harness test and bump version.
[perl5.git] / cpan / Test-Harness / lib / Test / Harness.pm
index 4c0bc95..c9a4474 100644 (file)
@@ -46,11 +46,11 @@ Test::Harness - Run Perl standard test scripts with statistics
 
 =head1 VERSION
 
-Version 3.25
+Version 3.25_01
 
 =cut
 
-$VERSION = '3.25';
+$VERSION = '3.25_01';
 
 # Backwards compatibility for exportable variable names.
 *verbose  = *Verbose;