Subject: | AdjacencyMap/Light.pm uses Scalar::Util qw(weaken) |
This is perl, v5.8.4 built for i386-linux-thread-multi
Linux 2.4.18-1-686 #1 Wed Apr 14 18:20:10 UTC 2004 i686 unknown
(Debian woody)
Using Graph 0.50 or 0.51 gives the error "Weak references are not implemented in this version of perl" due to the weaken() call in Light.pm. I just removed the use of Scalar::Util and the weaken, and all is well.
Not really a bug in Graph, I suspect, but thought you should know.