From: John Napiorkowski Date: Mon, 15 Sep 2008 13:25:42 +0000 (+0000) Subject: because Structurable is not a word X-Git-Tag: 0.01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dfe3b710829420fcf84f61557fd517016a01d68;hp=7e2f0558073a1a9544274a76ad7530340b2c18e8;p=gitmo%2FMooseX-Types-Structured.git because Structurable is not a word --- diff --git a/lib/MooseX/Meta/TypeConstraint/Structured/Structurable.pm b/lib/MooseX/Meta/TypeConstraint/Structured/Generator.pm similarity index 91% rename from lib/MooseX/Meta/TypeConstraint/Structured/Structurable.pm rename to lib/MooseX/Meta/TypeConstraint/Structured/Generator.pm index 8115c61..8f9906c 100755 --- a/lib/MooseX/Meta/TypeConstraint/Structured/Structurable.pm +++ b/lib/MooseX/Meta/TypeConstraint/Structured/Generator.pm @@ -1,4 +1,4 @@ -package MooseX::Meta::TypeConstraint::Structured::Structurable; +package MooseX::Meta::TypeConstraint::Structured::Generator; use strict; use warnings; diff --git a/t/00-load.t b/t/00-load.t index ee77164..788a9f2 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -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