This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cpan/Test-Simple - Update to version 1.302197
[perl5.git] / cpan / Test-Simple / lib / Test / Simple.pm
index 1a5284e..4304784 100644 (file)
@@ -4,7 +4,7 @@ use 5.006;
 
 use strict;
 
-our $VERSION = '1.302195';
+our $VERSION = '1.302197';
 
 use Test::Builder::Module;
 our @ISA    = qw(Test::Builder::Module);