probably make the test not die
[p5sagit/lib-with-preamble.git] / t / example.t
index 78443ee..207d556 100644 (file)
@@ -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';