in reply to Re: Re: ML/Twig.pm did not return a true value
in thread ML/Twig.pm did not return a true value

What version is this (try perl -MXML::Twig -l -e'print $XML::TWIG::VERSION')? And how are you installing it? Did you do Perl Makefile.PL? Twig.pm should not be empty, but in any case it is generated from Twig.pm.slow (see Speeding-up OO accessor methods for the reason to this).

  • Comment on Re: Re: Re: ML/Twig.pm did not return a true value

Replies are listed 'Best First'.
Re: Re: Re: Re: ML/Twig.pm did not return a true value
by matth (Monk) on Dec 05, 2002 at 19:49 UTC
    I am installing it through the cpan shell. The readme file gives the following version:
    $Id: README,v 1.8 2002/10/20 23:40:09 mrodrigu Exp $
    and ......
    bash-2.05$ perl -MXML::Twig -l -e'print $XML::TWIG::VERSION' XML/Twig.pm did not return a true value. BEGIN failed--compilation aborted.
    Thanks for your good time.

      I'd like to help but as tech supports everywhere like to say: "it works just fine on my machine". I just installed it without any problem using cpanplus. Try installing it from the source maybe.