because Structurable is not a word
John Napiorkowski [Mon, 15 Sep 2008 13:25:42 +0000 (13:25 +0000)]
lib/MooseX/Meta/TypeConstraint/Structured/Generator.pm [moved from lib/MooseX/Meta/TypeConstraint/Structured/Structurable.pm with 91% similarity]
t/00-load.t

@@ -1,4 +1,4 @@
-package MooseX::Meta::TypeConstraint::Structured::Structurable;
+package MooseX::Meta::TypeConstraint::Structured::Generator;
 
 use strict;
 use warnings;
index ee77164..788a9f2 100644 (file)
@@ -1,10 +1,12 @@
 use strict;
 use warnings;
 
-use Test::More tests=>3;
+use Test::More tests=>5;
 
 ## List all the modules we want to make sure can at least compile
 
 use_ok 'MooseX::Meta::TypeConstraint::Structured::Named';
 use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional';
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Optional';
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Generator';
 use_ok 'MooseX::Types::Structured';
\ No newline at end of file