[Catalyst] Weak reference error

Anatoly Bashmakov anatoly.bashmakov at gmail.com
Thu Mar 15 22:31:03 GMT 2007


Thank you for your reply Ian!

May be I'm just cursed..

==========

$ cat /etc/redhat-release 
CentOS release 4.3 (Final)
$ perl -MCatalyst -e 'print $Catalyst::VERSION, "\n"'
5.7007
$ perl -MScalar::Util -e 'print $Scalar::Util::VERSION, "\n"'
1.14
$ perl -MList::Util -e 'print $List::Util::VERSION, "\n"'
1.14
$ catalyst.pl Test
created "Test"
...
created "Test/script/test_create.pl"
$ sed -i -e 's/catalyst;/catalyst;\ncatalyst_par;\n/' Makefile.PL
(adding "catalyst_par;" to Makefile.PL)
$ perl Makefile.PL
include /home/web/tmp/Test/inc/Module/Install.pm
...
Writing Makefile for Test
$ make catalyst_par
cp lib/Test.pm blib/lib/Test.pm
...
Writing PAR "test.par"
$ ./script/test_server.pl
...
You can connect to your server at ...
$ parl test.par test_server.pl
Weak references are not implemented in the version of perl at Catalyst.pm line
22
BEGIN failed--compilation aborted at Catalyst.pm line 22.
Compilation failed in require at Test.pm line 16.
BEGIN failed--compilation aborted at Test.pm line 16.
Compilation failed in require at ./script/test_server.pl line 56.
$

==========

Anyway thank you for your help, Ian.

---
Anatoly

Fri, Mar 16, 2007 at 08:29:37AM +1100, Ian VanDerPoel написал:
> Anatoly,
> 
> We had the same problem on Red Hat with Scalar-List-Utils-1.19.
> 
> We installed 1.14 and it worked. Make sure that you are pointing to 1.14.
> 
> Regards
> 
> Ian



More information about the Catalyst mailing list