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 / IPC / Driver / Files.pm
index d1d3d48..41397ca 100644 (file)
@@ -2,7 +2,7 @@ package Test2::IPC::Driver::Files;
 use strict;
 use warnings;
 
-our $VERSION = '1.302190';
+our $VERSION = '1.302191';
 
 BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) }