improve wording of this skip message
Karen Etheridge [Sat, 9 Aug 2014 03:58:59 +0000 (20:58 -0700)]
t/RT96893_perlcc.t

index b9cdbc8..255394a 100644 (file)
@@ -6,7 +6,7 @@ use Test::More 0.88;
 plan skip_all => 'B::C required for testing perlcc -O3'
     unless eval "require B::C;";
 
-plan skip_all => "testing too old B-C-$B::C::VERSION"
+plan skip_all => "B::C is too old (require 1.48, have $B::C::VERSION)"
     unless eval { B::C->VERSION('1.48') };
 
 my $f = "t/rt96893x.pl";