diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-11-21 08:26:22 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-11-21 08:26:22 +0000 |
commit | f72b04b917aa2fb42a107aa2a646cac6e633bff4 (patch) | |
tree | 50add0ca0ff6cb30d38fcb62ff349cde33a0e52f /cpan/Test-Simple/lib/Test2/EventFacet/Control.pm | |
parent | f7a188d2fe6dc27f1479864521376b83c6a9c7ad (diff) | |
download | perl-f72b04b917aa2fb42a107aa2a646cac6e633bff4.tar.gz |
Upgrade Test::Simple from version 1.302111 to 1.302113
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/EventFacet/Control.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/EventFacet/Control.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm b/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm index 8c44f1d618..9d47b1647e 100644 --- a/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm +++ b/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm @@ -2,7 +2,7 @@ package Test2::EventFacet::Control; use strict; use warnings; -our $VERSION = '1.302111'; +our $VERSION = '1.302113'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding }; |