in reply to Perl -MO=Xref not working for V5.10

This problem appears to be solved in 5.10.1 (this program works)
C:\>perl -MO=Xref -de 1 Loading DB routines from perl5db.pl version 1.3 Editor support available. Enter h or `h h' for help, or `perldoc perldebug' for more help. Can't locate object method "NAME" via package "B::SPECIAL" at C:/straw +berry/perl/lib/B/Xref.pm line 162. CHECK failed--call queue aborted. at -e line 0

Replies are listed 'Best First'.
Re^2: Perl -MO=Xref not working for V5.10
by EigenFunctions (Beadle) on Sep 24, 2009 at 18:48 UTC
    Strange, the link you posted is from a thread dated May2007, over two years ago. So I wonder if going to v5.10.1 will really help.

    Thanks,

    EigenFunctions

      I tested it ( perl -MO=Xref -de 1) in 5.10.0 and it did not work.

      I tested it ( perl -MO=Xref -de 1) in 5.8.9 and it did work.

      I tested it ( perl -MO=Xref -de 1) in 5.10.1 and it did work.