X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController.pm;h=ad88a515ae9dc1fa533cc99522b596e7bfe2d496;hb=103f2d968b5a1a732c19c39ae03cdd9a44a96a4b;hp=a30ae14cfc99f9afc85dace26bae70f81f4c36f1;hpb=4c71cf1b43594eabfee6e346a0a30b6dcf315b4f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index a30ae14..ad88a51 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -924,6 +924,10 @@ wish to reuse over many actions. See L for more. +B: It is highly recommended to use L for your type constraints over +other options. L exposed a better meta data interface which allows us to +do more and better types of introspection driving tests and debugging. + =head2 Consumes('...') Matches the current action against the content-type of the request. Typically