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!


In reply to Graph 0.69 on AIX by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.