X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcompose-modifiers.t;h=8357d054d0680db921979fec04a9d85b864d3df8;hb=3117a19eae72e3b1f2af43456ebf52a880593f9b;hp=1e67ffc4fb704a961624d74f65a25a69bb5b247e;hpb=c49b0f7246784889a22207f69e841c88584bd812;p=gitmo%2FRole-Tiny.git diff --git a/t/compose-modifiers.t b/t/compose-modifiers.t index 1e67ffc..8357d05 100644 --- a/t/compose-modifiers.t +++ b/t/compose-modifiers.t @@ -1,9 +1,10 @@ -use strictures 1; +use strict; +use warnings FATAL => 'all'; use Test::More; BEGIN { - plan skip_all => "Class::Method::Modifiers not installed" - unless eval "use Class::Method::Modifiers; 1"; + plan skip_all => "Class::Method::Modifiers not installed or too old" + unless eval "use Class::Method::Modifiers 1.05; 1"; } {