X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FStructured.pm;fp=lib%2FMooseX%2FTypes%2FStructured.pm;h=31448c61e76ae2a8322620a5f3a78002f2b40e12;hb=67eec8f705f693670aba8d2810e30fcf59191f44;hp=2303f17129e3621bb62a927dbd807a2153734275;hpb=8110f636ab23af632885026068382b500f852510;p=gitmo%2FMooseX-Types-Structured.git diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index 2303f17..31448c6 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -128,7 +128,7 @@ if you are not familiar with it. =head2 Comparing Parameterized types to Structured types Parameterized constraints are built into core Moose and you are probably already -familar with the type constraints 'HashRef' and 'ArrayRef'. Structured types +familiar with the type constraints 'HashRef' and 'ArrayRef'. Structured types have similar functionality, so their syntax is likewise similar. For example, you could define a parameterized constraint like: