diff options
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Formatter/TAP.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Formatter/TAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm b/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm index 5162c33e88..5f683306c0 100644 --- a/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm +++ b/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm @@ -2,7 +2,7 @@ package Test2::Formatter::TAP; use strict; use warnings; -our $VERSION = '1.302111'; +our $VERSION = '1.302113'; use Test2::Util qw/clone_io/; |