X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=2bd68deff05fd637fcb0a9584e23385d7c3641cb;hb=0a52c718c98fdc982056be500c2f83435f6ea245;hp=6f966bb4b6165dda309fa96460f5705a4c13e5ba;hpb=7c098817cf6a2d6cafe67d322fc306406dc1bd35;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 6f966bb..2bd68de 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1129,7 +1129,7 @@ decides which URLs they map to. =head3 Type attributes Each action is a normal method in your controller, except that it has an -L +L attached. These can be one of several types. Assume our Controller module starts with the following package declaration: @@ -1339,13 +1339,13 @@ Imagine that you would like the following paths in your application: =over -=item B/track/> +=item B<< /cd//track/ >> Displays info on a particular track. In the case of a multi-volume CD, this is the track sequence. -=item B/volume//track/> +=item B<< /cd//volume//track/ >> Displays info on a track on a specific volume.