Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Howdy Brethren,
I come to you with a confusion. I ocassionally use the wonderful Graph module. However, I've been unable to update to the most recent version (0.69), although I could install 0.68. The error message I get is a bit puzzling:
$ perl -w Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Graph Weak references are not implemented in the version of perl at (eval 13 +) line 1 You do not have Scalar::Util::weaken, cannot continue, aborting. # Looks like your test died before it could output anything.
This was puzzling, but I thought "hmm, I must be missing a module." But no, when I do:
$ perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.8) ReadLine support enabled cpan> cpan> install Scalar::Util CPAN: Storable loaded ok Going to read /db2/dlink/.cpan/Metadata Database was generated on Tue, 13 Dec 2005 01:06:49 GMT Scalar::Util is up to date.
Indeed, I found:
$ perl -MScalar::Util -e 'print $Scalar::Util::VERSION' 1.18
And here is my system-info:
$ perl -v This is perl, v5.8.7 built for aix Copyright 1987-2005, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using `man perl' or `perldoc perl'. If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge. $ oslevel 5.2.0.0
Any guidance would be much appreciated!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Graph 0.69 on AIX
by randyk (Parson) on Dec 13, 2005 at 15:48 UTC | |
by Anonymous Monk on Dec 13, 2005 at 16:20 UTC | |
by randyk (Parson) on Dec 13, 2005 at 16:50 UTC | |
by Anonymous Monk on Dec 13, 2005 at 19:10 UTC | |
by randyk (Parson) on Dec 13, 2005 at 20:36 UTC | |
|