X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;h=099f1de8aaf61586a244167dc41637c4788b11bd;hb=f01b81b9c0b7286042abc1d805f8b9dabff98a38;hp=643a2984463039f1802b8b56d6ec8bbfc6b27169;hpb=9779c885c17ff277c42aea35bd95f48284ae502f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 643a298..099f1de 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -223,7 +223,7 @@ Arguments get automatically URI-unescaped for you. =head2 $req->args -Shortcut for arguments. +Shortcut for L. =head2 $req->base @@ -300,7 +300,7 @@ Returns a reference to a hash containing the cookies. print $c->request->cookies->{mycookie}->value; -The cookies in the hash are indexed by name, and the values are L +The cookies in the hash are indexed by name, and the values are L objects. =head2 $req->header