This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test::Simple: sync with CPAN 1.302192
[perl5.git] / cpan / Test-Simple / lib / Test2 / IPC / Driver / Files.pm
index 41397ca..7d87b3e 100644 (file)
@@ -2,7 +2,7 @@ package Test2::IPC::Driver::Files;
 use strict;
 use warnings;
 
-our $VERSION = '1.302191';
+our $VERSION = '1.302192';
 
 BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) }