[Catalyst] Propose: Make application abort loading when it encounters malformed config files

2009-06-11 Thread Jose Luis Martinez
Hi, From time to time I keep stumbling upon this issue: when I malform the yaml config file for my app: the app loads up, and then strange things happen. My configs are normally parted between the MyApp.pm file, for things that the user will never configure, and the yaml config file,

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Octavian Râşniţă
From: Hans Dieter Pearcey hdp.perl.catalyst.us...@weftsoar.netOn Wed, Jun 10, 2009 at 10:33:26PM +0300, Octavian Râşniţă wrote: When using this syntax, where can I specify the local path where I want to install the Some::Module? You never do that with local::lib. It sets up the env

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Tomas Doran
Octavian Râşniţă wrote: When using this syntax for installing modules in the directory 'my_lwp' I don't know how I can specify the force parameter of the cpan shell. perl -MCPAN -Mlocal::lib=my_lwp -e 'CPAN::force(qw/install LWP/)' Cheers t0m ___

Re: [SPAM] Re: [Catalyst] Session id creation

2009-06-11 Thread Tomas Doran
kmx wrote: According to my tests against real application t0m is right and this straightforward session fixation attack does not work. On the other hand there exists (at least in my opinion) another sort of session fixation issue in Catalyst application discussed here

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Octavian Râşniţă
From: Tomas Doran bobtf...@bobtfish.net Octavian Râşniţă wrote: When using this syntax for installing modules in the directory 'my_lwp' I don't know how I can specify the force parameter of the cpan shell. perl -MCPAN -Mlocal::lib=my_lwp -e 'CPAN::force(qw/install LWP/)' Cheers t0m Thank

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Hans Dieter Pearcey
On Thu, Jun 11, 2009 at 09:23:41PM +0300, Octavian Râşniţă wrote: perl -MCPAN -Mlocal::lib=support -e CPAN::install(HTML::FormFu) The result: Database was generated on Thu, 11 Jun 2009 17:08:37 GMT HTML::FormFu is up to date (0.05000). But HTML::FormFu is not installed under the

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Octavian Râşniţă
From: Hans Dieter Pearcey hdp.perl.catalyst.us...@weftsoar.net Failed 185/213 test programs. 20/536 subtests failed. (This error is given when I try to install Moose using the standard cpan command line also.) This isn't an error, this is a summary. No one can help you fix the problem if

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Hans Dieter Pearcey
On Thu, Jun 11, 2009 at 10:46:49PM +0300, Octavian Râşniţă wrote: I discovered the problem. Moose requires a newer version of Class::MOP than the one I had it installed. I don't know why cpan didn't try to install the newer version, because I've seen that the newer version was required in

[Catalyst] Can't call method run on an undefined value

2009-06-11 Thread Ascii King
When I create and run a new Catalyst app form the CPAN tutorial, I get the following error: Can't call method run on an undefined value at C:/Perl/site/lib/Catalyst.pm line 2094. I am using Windows XP with MS SQL Server Express 2008 and a fresh install of Catalyst. When I port over a

Re: [Catalyst] how do you distribute a catalyst app

2009-06-11 Thread Octavian Rasnita
From: Hans Dieter Pearcey hdp.perl.catalyst.us...@weftsoar.net On Thu, Jun 11, 2009 at 10:46:49PM +0300, Octavian Râşniţă wrote: I discovered the problem. Moose requires a newer version of Class::MOP than the one I had it installed. I don't know why cpan didn't try to install the newer version,