i am trying to deploy an Catalyst application. I have put all includes in the Makefile.PL file an thought that should be enough to install in on the target machine. However, when I try to build the Makefile I get the following:
$ perl Makefile.PL
Bareword "WriteAll" not allowed while "strict subs" in use at Makefile.PL line 47.
Execution of Makefile.PL aborted due to compilation errors.
Can anyone tell what I am doing wrong? I have installed - Module::Install - Local::lib - Catalyst::Runtime (and later also Catalyst::Devel to be sure)
I thought the whole idea of managing a good Makefile.PL was easy installation to the production machine??