]> git.imager.perl.org - imager.git/commitdiff
report the version of Inline used during testing
authorTony Cook <tony@develop-help.com>
Mon, 1 Apr 2013 02:49:23 +0000 (13:49 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 1 Apr 2013 02:49:23 +0000 (13:49 +1100)
t/t82inline.t

index 2a234191a4eee20bdd260adf344029393c22d93c..16d231a659a651bbf93dcedf8fd44fc2358f0739 100644 (file)
@@ -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');