diff options
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Fail.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/Event/Fail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Fail.pm b/cpan/Test-Simple/lib/Test2/Event/Fail.pm index ff028ff0d4..98cad31f38 100644 --- a/cpan/Test-Simple/lib/Test2/Event/Fail.pm +++ b/cpan/Test-Simple/lib/Test2/Event/Fail.pm @@ -2,7 +2,7 @@ package Test2::Event::Fail; use strict; use warnings; -our $VERSION = '1.302111'; +our $VERSION = '1.302113'; use Test2::EventFacet::Info; |