Re: [Catalyst] [Announce] Catalyst::View::PDF::Reuse released

2009-02-09 Thread Felix Antonius Wilhelm Ostmann
JJ schrieb: Hi, I've just released Catalyst::View::PDF::Reuse to CPAN. [1] This is a module we developed at Penny's Arcade [2] to produce receipts and shipping labels - I gave a lighting talk about it [3] at Milton Keynes Perl Mongers which went down well, so here it is for everyone to use.

[Catalyst] bug? in t/view_TT.t

2009-02-09 Thread Karl Forner
Hello, I am using catalyst on ubuntu with perl 5.8.8. The script t/view_TT.t generated by default fails: *%prove -l lib t/view_TT.t* t/view_TT1/1 # Failed test 'use My::App::View::TT;' # at t/view_TT.t line 5. # Tried to use 'My::App::View::TT'. # Error: Can't locate object

Re: [Catalyst] Catalyst::Plugin::Session::Store::CHI

2009-02-09 Thread Ashley
Actually, replying to myself already; and top posting to boot. Alternatively: would it be a good idea to make the ::Store automatically discover the cache if it's there already? I might try a patch for that but I doubt it's as easy as a new store. I'd like it better though. On Feb 9,

[Catalyst] Catalyst::Plugin::Session::Store::CHI

2009-02-09 Thread Ashley
Has anyone written Catalyst::Plugin::Session::Store::CHI for personal use yet? I haven't use CHI but it strikes me as vastly superior to the regular cache interfaces (having code refs for errors and checks on things that are still within their expiry). Unless there is some negative

Re: [Catalyst] Catalyst::Plugin::Session::Store::CHI

2009-02-09 Thread Lars Balker Rasmussen
On Tue, Feb 10, 2009 at 3:05 AM, Ashley a...@sedition.com wrote: Actually, replying to myself already; and top posting to boot. Alternatively: would it be a good idea to make the ::Store automatically discover the cache if it's there already? I might try a patch for that but I doubt it's as