From: Matt S Trout Date: Wed, 20 Feb 2013 19:30:32 +0000 (+0000) Subject: probably make the test not die X-Git-Tag: v0.001000~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=201ca098b904011eb731ca1c52de876b70174f78;p=p5sagit%2Flib-with-preamble.git probably make the test not die --- diff --git a/t/example.t b/t/example.t index 78443ee..207d556 100644 --- 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';