X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F004_nogetop.t;h=c5c222c92d6f17104aadc43ea775e2a3b424b014;hb=d08ef824ff9b41efb8fbbc09fe6af178ef83080b;hp=78da66dd0698203f960cc1308e3181947ec03cce;hpb=0f8232b66e0f72e35099ce203962a4efc23838cf;p=gitmo%2FMooseX-Getopt.git diff --git a/t/004_nogetop.t b/t/004_nogetop.t index 78da66d..c5c222c 100644 --- a/t/004_nogetop.t +++ b/t/004_nogetop.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More tests => 9; -use Test::Exception; +use Test::Exception 0.21; BEGIN { use_ok('MooseX::Getopt');