This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Test::Simple from 1.302194 to 1.302195
[perl5.git] / cpan / Test-Simple / lib / Test2 / API / Instance.pm
index 9a9ef58..8606ae7 100644 (file)
@@ -2,7 +2,7 @@ package Test2::API::Instance;
 use strict;
 use warnings;
 
-our $VERSION = '1.302194';
+our $VERSION = '1.302195';
 
 our @CARP_NOT = qw/Test2::API Test2::API::Instance Test2::IPC::Driver Test2::Formatter/;
 use Carp qw/confess carp/;