doubt we need the concept file anymore
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Meta / TypeConstraint / Structured / Named.pm
index 837cf34..9934236 100644 (file)
@@ -58,9 +58,7 @@ contraint container.
 
 =cut
 
-has '+signature' => (
-    isa=>'HashRef[Moose::Meta::TypeConstraint]',
-);
+has '+signature' => (isa=>'HashRef[Moose::Meta::TypeConstraint]');
 
 =head2 optional_signature
 
@@ -69,11 +67,7 @@ contraint container.  These are optional constraints.
 
 =cut
 
-has 'optional_signature' => (
-    is=>'ro',
-    isa=>'HashRef[Moose::Meta::TypeConstraint]',
-    predicate=>'has_optional_signature',
-);
+has '+optional_signature' => (isa=>'HashRef[Moose::Meta::TypeConstraint]');
 
 =head1 METHODS