Matt S Trout wrote:
> That's actually $app at new() time, not a request-level $c. Maybe if you
> renamed it it'd be less confusing?
I actually changed it to a real ACCEPT_CONTEXT recently -- the new Cache
interface seems to need a real $c instead of the $app.
For everyone else listening in, Angerwhale has improved greatly over the
weekend in terms of "best practices". No strange default actions
sitting around, no data coupled into the model, etc. 0.03 will be out soon.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/