hesco has asked for the wisdom of the Perl Monks concerning the following question:
Is throwing this error, in the browser:use Scalar::Util qw(weaken);
I'm installing an application on a brand new server, just used cpan to install a dozen or so dependencies. CGI::FormBuilder required force install to make it go. The install attempt gave me a very similar error message.Weak references are not implemented in the version of perl at /usr/loc +al/share/perl/5.8.8/CGI/FormBuilder.pm line 15 BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.8/CGI/F +ormBuilder.pm line 15.
I'm using perl v5.8.8 and a Debian install on both the other machines this application was developed on, but without encountering this issue. Can anyone with some more experience with CGI::FormBuilder and Scalar::Util give me a clue how to work past this, please?
Thanks,
-- Hugh
UPDATE:
Well using apt-get install to grab the libcgi-formbuilder-perl package did not change the error at all.
But commenting out the 'weaken' inclusion did move me past that error. I wonder when that will come back to bite me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::FormBuilder and unimplemented weak references; Ideas?
by ikegami (Patriarch) on Sep 06, 2008 at 03:43 UTC | |
|
Re: CGI::FormBuilder and unimplemented weak references; Ideas?
by moritz (Cardinal) on Sep 06, 2008 at 08:29 UTC | |
by ikegami (Patriarch) on Sep 06, 2008 at 09:13 UTC | |
|
Re: CGI::FormBuilder and unimplemented weak references; Ideas?
by stonecolddevin (Parson) on Sep 08, 2008 at 21:38 UTC |