basic requirements complete, missing the optional and slurpy stuff, and waiting on...
authorJohn Napiorkowski <jjnapiork@cpan.org>
Tue, 30 Sep 2008 21:48:14 +0000 (21:48 +0000)
committerJohn Napiorkowski <jjnapiork@cpan.org>
Tue, 30 Sep 2008 21:48:14 +0000 (21:48 +0000)
commita30fa8914f1b06d293d2cc743bd75c2de3e157f4
tree6eff3f275b8623b957ad55f980b37d4b8ef0b4f5
parent78f559467710da345f5d08c2fea40da4d75ed8ee
basic requirements complete, missing the optional and slurpy stuff, and waiting on the new version of MX:TL before I can release it
18 files changed:
Changes
Makefile.PL
README [deleted file]
lib/MooseX/Meta/TypeConstraint/Role/Structured.pm [deleted file]
lib/MooseX/Meta/TypeConstraint/Structured.pm [new file with mode: 0644]
lib/MooseX/Meta/TypeConstraint/Structured/Generator.pm [deleted file]
lib/MooseX/Meta/TypeConstraint/Structured/Named.pm [deleted file]
lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm [deleted file]
lib/MooseX/Meta/TypeConstraint/Structured/Positional.pm [deleted file]
lib/MooseX/Types/Structured.pm
t/00-load.t
t/01-basic.t [changed mode: 0755->0644]
t/02-constraints.t [deleted file]
t/02-tuple.t [new file with mode: 0644]
t/03-dict.t [new file with mode: 0644]
t/04-combined.t [new file with mode: 0644]
t/optional.t [deleted file]
t/suger.t [deleted file]