X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=bbc1a364ac0062c46c5bbcedd37a6e9d523d57b7;hp=f480a8784a375710b502336a4ab7cca042982894;hb=c1192f1ed63f124eb2d143e10b215703e7dc6284;hpb=cbe1376093c9b39392c907e2444f3044de091877 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) { ... }