diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-16 08:55:18 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-16 08:55:18 +0100 |
commit | 75d3e525390a7acfd95b0fc94e41aeb4af6587d4 (patch) | |
tree | bfa0bf7a0c1512d113f7544f648e102c18420568 /cpan/Test-Simple/lib/Test2/EventFacet/Control.pm | |
parent | 4a3589108a3bd1d23baa9450955b80063c692715 (diff) | |
download | perl-75d3e525390a7acfd95b0fc94e41aeb4af6587d4.tar.gz |
Upgrade Test::Simple from version 1.302136 to 1.302138
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 81d0576ea6..21ee8b5fbe 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.302136'; +our $VERSION = '1.302138'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding }; |