projects
/
p5sagit/lib-with-preamble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcd0209
)
probably make the test not die
Matt S Trout [Wed, 20 Feb 2013 19:30:32 +0000 (19:30 +0000)]
t/example.t
patch
|
blob
|
blame
|
history
diff --git
a/t/example.t
b/t/example.t
index
78443ee
..
207d556
100644
(file)
--- a/
t/example.t
+++ b/
t/example.t
@@
-1,5
+1,6
@@
use strict;
use warnings FATAL => 'all';
+use if $] <= 5.010000, 'Test::More', skip_all => 'This test requires 5.10';
use Test::More qw(no_plan);
use lib::with::preamble 'use v5.10;', 't/lib';