I've decided to have a play with catalyst...
On windows...
So first I install active perl. I read a couple of blogs, then decide perhaps strawberry perl would be more appropriatte.
So I download 5.10.dot.dot.
I read a little more. Apparently it's not recommended.
So then I install perl number 3. 5.8.dot.dot...
And try to install catalyst. then I get a bug on Catalyst::Devel.
Result: PASS FLORA/Catalyst-Devel-1.20.tar.gz Tests succeeded but 2 dependencies missing (Win32::Process,Proc::Background) FLORA/Catalyst-Devel-1.20.tar.gz [dependencies] -- NA Running make install make test had returned bad status, won't install without forceSo I thought I'd try to install Win32::Process but it didn't like that:
dmake.EXE: Error code 129, while making 'Process.o' JDB/Win32-Process-0.14.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossibleBut I found this on the perl,org faq: cpan doesn't set compiler path in portable version which suggest setting paths thusly:
P:\dev\aliasperl-b3\perl\bin> set PATH=%PATH%;p:\dev\aliasperl-b3\c\bin P:\dev\aliasperl-b3\perl\bin> set PATH=%PATH%;p:\dev\aliasperl-b3\c\mingw32\bin
I've released 2.20_04 to CPAN as 2.200401. That looks like it should more stable than 2.20_05 and contains the const char * fix.