summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-05-30 05:56:31 -0700
committerJames E Keenan <jkeenan@cpan.org>2016-05-30 10:44:59 -0400
commit58818a660dce0bbd7c77e5be9d0b7c86d30979af (patch)
treed2c60fc74e48498ca9455a90d66f200387caeac0 /cpan/Test-Simple/lib/Test2/Event/Waiting.pm
parentfbe0543bcbaefe00657a5aa89d684a59c352cb84 (diff)
downloadperl-58818a660dce0bbd7c77e5be9d0b7c86d30979af.tar.gz
Update Test-Simple in blead
This updates to the latest Test-Simple. This fixes several small bugs including noisy STDERR in the test suite, and leaking TEMP files.
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/Event/Waiting.pm')
-rw-r--r--cpan/Test-Simple/lib/Test2/Event/Waiting.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
index c77891d420..bceadc09ea 100644
--- a/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
+++ b/cpan/Test-Simple/lib/Test2/Event/Waiting.pm
@@ -2,10 +2,10 @@ package Test2::Event::Waiting;
use strict;
use warnings;
-our $VERSION = '1.302015';
+our $VERSION = '1.302022';
-use base 'Test2::Event';
+BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
sub global { 1 };