This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Test-Simple to 1.302071.
[perl5.git] / cpan / Test-Simple / lib / Test / Simple.pm
index 82bfe9b..15b7ab1 100644 (file)
@@ -4,7 +4,7 @@ use 5.006;
 
 use strict;
 
-our $VERSION = '1.302067';
+our $VERSION = '1.302071';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);