diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-18 08:29:16 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-18 08:29:16 +0100 |
commit | 317b515c14bcc4830f53c56c444c43122589ebad (patch) | |
tree | b5df5d1793d3280c950cd23c26bd852d5dc1b1dc /cpan/Test-Simple/lib/Test2/Event/Fail.pm | |
parent | d821073629ab373b60bfd679f9692eb95d526a4c (diff) | |
download | perl-317b515c14bcc4830f53c56c444c43122589ebad.tar.gz |
Upgrade Test-Simple from version 1.302101 to 1.302103
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 753021a0c1..0993b316ec 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.302101'; +our $VERSION = '1.302103'; use Test2::EventFacet::Info; |