From the makefile:
I wonder if this will cause other problems that would leave me better off developing somewhere else if the hosters won't upgrade, or if it's no big deal. (For all I know there could be other problems with a fresher version.) For now I am going to try installing catalyst without cpanplus.### there's issues with redhat 9.0's stock perl -- they applied some ### custom patches on their 5.8.0 and it breaks use constant a => sub +{}; if( $^O eq 'linux' and -e '/etc/redhat-release' and $] == '5.008' and (grep /Red Hat, Inc/, values %Config::Config) ) { print loc(" ### IMPORTANT! ###################################################### You are using perl $] supplied by RedHat, who have applied custom patches that break various perl modules, including this one. You will have to migrate to a perl without these flaws. You could do this for example by building a perl installation by hand. You can obtain the sources from www.cpan.org. We're sorry for the inconvenience. ##################################################################### ") . $/; require 5.008001; }
In reply to Re^2: Can/should I run an upgraded version of perl locally, on a shared web server where I don't have root?
by tphyahoo
in thread Can/should I run an upgraded version of perl locally, on a shared web server where I don't have root?
by tphyahoo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |