Hi again,

Unfortunately it doesn't -- the check you initially pointed out in Graph/Makefile.PL still fails:

# Some Debian distributions have a broken List::Util (see rt.cpan.org +#9568) eval 'require Scalar::Util; import Scalar::Util qw(weaken)'; if ($@) { die <<__EOF__; $@ You do not have Scalar::Util::weaken, cannot continue, aborting. __EOF__ }

It doesn't appear I have an "extra" version of Scalar::Util anywhere, either:

./lib/5.8.7/aix/auto/List/Util/Util.so ./lib/5.8.7/aix/auto/List/Util/Util.bs ./lib/5.8.7/aix/List/Util.pm ./lib/5.8.7/aix/Scalar/Util.pm ./lib/5.8.7/CGI/Util.pm ./lib/5.8.7/Hash/Util.pm ./lib/site_perl/5.8.7/HTTP/Headers/Util.pm ./lib/site_perl/5.8.7/Data/Stag/Util.pm ./lib/site_perl/5.8.7/Bio/Graphics/Util.pm ./lib/site_perl/5.8.7/Crypt/DSA/Util.pm ./lib/site_perl/5.8.7/Crypt/OpenPGP/Util.pm

It appears that the xs is getting installed okay, but is not being exported and so weaken() appears in @EXPORT_FAIL. I'm willing to put in more time trying to debug this, but I don't even have a clue where to start on seeing why the export fails. Any pointers on where to start looking?


In reply to Re^6: Graph 0.69 on AIX by Anonymous Monk
in thread 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.