projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3d084a8
)
fix version check in test script
Graham Knop [Wed, 3 Apr 2013 15:55:02 +0000 (11:55 -0400)]
t/01_basic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01_basic.t
b/t/01_basic.t
index
95e61b3
..
c8d847f
100644
(file)
--- a/
t/01_basic.t
+++ b/
t/01_basic.t
@@
-21,7
+21,7
@@
our $had_error;
# try to ensure this is the last-most END so we capture future tests
# running in other ENDs
-if ($[ >= 5.008) {
+if ($] >= 5.008) {
require B;
my $reinject_retries = my $max_retry = 5;
my $end_worker;