projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe429a
)
report the version of Inline used during testing
author
Tony Cook
<tony@develop-help.com>
Mon, 1 Apr 2013 02:49:23 +0000
(13:49 +1100)
committer
Tony Cook
<tony@develop-help.com>
Mon, 1 Apr 2013 02:49:23 +0000
(13:49 +1100)
t/t82inline.t
patch
|
blob
|
blame
|
history
diff --git
a/t/t82inline.t
b/t/t82inline.t
index 2a234191a4eee20bdd260adf344029393c22d93c..16d231a659a651bbf93dcedf8fd44fc2358f0739 100644
(file)
--- a/
t/t82inline.t
+++ b/
t/t82inline.t
@@
-19,6
+19,8
@@
plan skip_all => "perl 5.005_04, 5.005_05 too buggy"
-d "testout" or mkdir "testout";
+print STDERR "Inline version $Inline::VERSION\n";
+
plan tests => 117;
require Inline;
Inline->import(with => 'Imager');