This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync Test::Simple with CPAN 1.302191
[perl5.git] / cpan / Test-Simple / lib / Test2 / API / Instance.pm
index 874fb72..348e20c 100644 (file)
@@ -2,7 +2,7 @@ package Test2::API::Instance;
 use strict;
 use warnings;
 
-our $VERSION = '1.302190';
+our $VERSION = '1.302191';
 
 our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/;
 use Carp qw/confess carp/;