AutoPrereq doesn't work here.
[gitmo/MooseX-Getopt.git] / t / 000_load.t
index a06573d..60e460e 100644 (file)
@@ -3,8 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More 0.88;
+use Test::Warn 0.21;
+use Test::Requires 0.05;
+use Test::Exception 0.21;
+
+use_ok('MooseX::Getopt');
+
+done_testing;
 
-BEGIN {
-    use_ok('MooseX::Getopt');
-}