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/Test/Tester.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/Test/Tester.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test/Tester.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Tester.pm b/cpan/Test-Simple/lib/Test/Tester.pm index f0d8025bcb..bd28d51c7b 100644 --- a/cpan/Test-Simple/lib/Test/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Tester.pm @@ -18,7 +18,7 @@ require Exporter; use vars qw( @ISA @EXPORT ); -our $VERSION = '1.302192'; +our $VERSION = '1.302193'; @EXPORT = qw( run_tests check_tests check_test cmp_results show_space ); @ISA = qw( Exporter ); |