diff options
author | Yves Orton <demerphq@gmail.com> | 2023-03-06 19:17:49 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2023-03-07 15:10:04 +0800 |
commit | 3740cf6d26acbeaa48675e7ec51b6c92f5749e8b (patch) | |
tree | b0f0e3cbdc8526ed42575765b67823eac6b34ec9 /cpan/Test-Simple/lib/Test2/EventFacet/Control.pm | |
parent | 09f0d4da1c52d9906c843eb785585e5c72c3e677 (diff) | |
download | perl-3740cf6d26acbeaa48675e7ec51b6c92f5749e8b.tar.gz |
cpan/Test-Simple - Update to version 1.302193
1.302193 2023-03-06 09:38:00-08:00 America/Los_Angeles
- Deprecate isn't()
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 29249ecf65..bb3a204344 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.302192'; +our $VERSION = '1.302193'; BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::HashBase qw{ -global -terminate -halt -has_callback -encoding -phase }; |