[cgiapp] Re: TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread A. Pagaltzis
* Peter Karman <[EMAIL PROTECTED]> [2007-10-30 02:16]: > or use the built-in: > > dumper.dump_html( foo ) Hey neato, hadn’t noticed that. Thanks! Regards, -- Aristotle Pagaltzis // # CGI::Application community mailing list ##

Re: [cgiapp] Re: TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread Peter Karman
A. Pagaltzis wrote on 10/29/07 4:48 PM: > * Barry Moore <[EMAIL PROTECTED]> [2007-10-29 21:55]: >> Thanks - I wasn't aware of that one. Also, I should have mentioned that >> just dispensing with the pad and indent and wrapping the dumper call with >> tags in the template will fix the problem.

[cgiapp] CAP::ValidateRM install failure

2007-10-29 Thread Richard Jones
This has happened twice now on 2 different systems (Ubuntu & Centos 5). Previously CAPV installed without a hitch on the many occasions I installed it. I'm guessing something has changed in one of the dependencies perhaps. t/forward. # Failed test 'form is returned' # at t/forward.t li

[cgiapp] Re: TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread A. Pagaltzis
* Barry Moore <[EMAIL PROTECTED]> [2007-10-29 21:55]: > Thanks - I wasn't aware of that one. Also, I should have mentioned that > just dispensing with the pad and indent and wrapping the dumper call with > tags in the template will fix the problem. Don’t forget to pass the output through the H

Re: [cgiapp] TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread Barry Moore
Thanks - I wasn't aware of that one. Also, I should have mentioned that just dispensing with the pad and indent and wrapping the dumper call with tags in the template will fix the problem. Of course not using the default (Data::Dumper) serializer with CGI::Session is probably best of all

Re: [cgiapp] TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread Peter Karman
On 10/29/2007 01:50 PM, Barry Moore wrote: > This is really a TT issue, and I'll post to that list also, but I > thought I'd send it here as well since it has a good chance of biting > other CAP users, so it would be good to have it in the archives. > > Using CGI::Session at the same time as Tem

[cgiapp] TT::Plugin::Dumper and CGI::Session

2007-10-29 Thread Barry Moore
This is really a TT issue, and I'll post to that list also, but I thought I'd send it here as well since it has a good chance of biting other CAP users, so it would be good to have it in the archives. Using CGI::Session at the same time as Template::Plugin::Dumper can cause problems. The d