support for recursive types, documentation and tests for that, random documentation...
[gitmo/MooseX-Types.git] / t / 14_compatibility-sub-exporter.t
index b2d2fb3..f220be3 100644 (file)
@@ -12,9 +12,8 @@ BEGIN {
         : ( tests => 3 );
 }
 
-use SubExporterCompatibility qw(MyStr);
-
+use SubExporterCompatibility qw(MyStr something);
+       
 ok MyStr->check('aaa'), "Correctly passed";
 ok !MyStr->check([1]), "Correctly fails";
-ok something(), "Found the something method";
-
+ok something(), "Found the something method";
\ No newline at end of file