> >
> > Could Log::Agent be installed as part of the ActivePerl installation?
> 
> It looks like the PerlEx Precompiler and the Perl Autoloader interact in
> a weird way.  An easier workaround would be to comment out both the
> 
>     use AutoLoader;
> 
> and the first
> 
>     __END__
> 
> line in the Storable.pm module. Alternatively you could add
> parentheses around the logcroak() arguments to tell Perl that this is
> a subroutine call.

As we don't have control of our clients' Storable installation, we
must rely on what is available through PPM's. Just as a note, I ran
into this same problem with our application and the new Perl Beta (the
one that includes PerlEx).

I realize that there is an issue getting Log::Agent to do make test
cleanly at the moment so it makes it difficult for you to ship with
it. Is there something else we can do?

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to