From: Karen Etheridge Date: Sat, 9 Aug 2014 03:58:59 +0000 (-0700) Subject: improve wording of this skip message X-Git-Tag: v0.09~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e4f8ed78c7f698cb6d1bc05cd52635c1968baad;p=p5sagit%2FSub-Name.git improve wording of this skip message --- diff --git a/t/RT96893_perlcc.t b/t/RT96893_perlcc.t index b9cdbc8..255394a 100644 --- a/t/RT96893_perlcc.t +++ b/t/RT96893_perlcc.t @@ -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";