X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=bbc1a364ac0062c46c5bbcedd37a6e9d523d57b7;hb=75ce30d0f208d49ead0134ab45fc2f45f72d6023;hp=f480a8784a375710b502336a4ab7cca042982894;hpb=cbe1376093c9b39392c907e2444f3044de091877;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index f480a87..bbc1a36 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -12,7 +12,7 @@ Catalyst releases. =head2 Type constraints on Args and CaptureArgs. You may now use a type constraint (using L, L or preferably -L in your Args or CaptureArgs action attributes. This can be used to restrict the value of the Arg. For example: sub myaction :Local Args(Int) { ... }