Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I've been trying to setup payment processing using Net::Stripe. Unfortunately, however, my application now frequently fails at compilation with various errors, including:

methods.pm did not return a true value

If I comment out the use Net::Stripe; line the script works as expected, obviously excepting the code that uses Net::Stripe. The odd thing is that compilation doesn't fail every time. The script uses CGI::Application and is running under mod_perl.

Ideas?

--TWH

Replies are listed 'Best First'.
Re: methods.pm did not return a true value
by chromatic (Archbishop) on Mar 10, 2012 at 01:03 UTC

    What's in methods.pm? Look at perldoc -l methods.

    (You might need to reinstall it.)