On Thu, 27 Oct 2005, Tyler MacDonald wrote:

-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

Today, I'm getting registry errors on my friend's virtual host using
ModPerl::Registry on mod_perl 2.0.2:

[Thu Oct 27 14:59:44 2005] [error] Global symbol "$class" requires explicit
package name at /usr/share/perl5/HTTP/Request.pm line 16.\nCompilation
failed in require at /usr/share/perl5/LWP/UserAgent.pm line 12.\nBEGIN
failed--compilation aborted at /usr/share/perl5/LWP/UserAgent.pm line
12.\nCompilation failed in require at
/home/rambler/san-fan.com/CGI/PayPal_IPN.pl line 4.\nBEGIN
failed--compilation aborted at /home/rambler/san-fan.com/CGI/PayPal_IPN.pl
line 4.\n

If you load the modules in a startup file:
  use DBI;
  use LWP::UserAgent;
  use Time::ParseDate;
do you get a similar error (after stopping and starting
the server, for the changes to take effect)?

Also, as a sanity check, does
   perl -c PayPal_IPN.pl
pass?

--
best regards,
randy kobes

Reply via email to