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

Good monks. I have tried again to install it but with the same resulting problem.
drwxr-xr-x 5 redden redden 4096 Dec 5 20:09 blib -rw-r--r-- 1 redden redden 18377 Nov 2 10:36 Changes -rw-r--r-- 1 redden redden 938 Nov 1 18:44 check_optional +_modules -rw-r--r-- 1 redden redden 18571 Dec 5 20:09 Makefile -rw-r--r-- 1 redden redden 556 Nov 1 18:44 Makefile.PL -rw-r--r-- 1 redden redden 495 Nov 1 18:44 MANIFEST -rw-r--r-- 1 redden redden 2585 Nov 1 18:44 README -rw-r--r-- 1 redden redden 2099 Nov 1 18:44 speedup drwxr-xr-x 2 redden redden 4096 Nov 10 17:17 t -rw-r--r-- 1 redden redden 0 Dec 5 20:09 Twig.pm -rw-r--r-- 1 redden redden 284561 Nov 10 17:17 Twig.pm.slow
Can anyone see any problems with this. Why doesn't the Twig.pm file contain anything?

Replies are listed 'Best First'.
Re: Re: Re: ML/Twig.pm did not return a true value
by mirod (Canon) on Dec 05, 2002 at 19:28 UTC

    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).

      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.