>>>>> "Doug" == Doug MacEachern <[EMAIL PROTECTED]> writes:

Doug> On 25 May 2000, Randal L. Schwartz wrote:
>> Yeah, it's CGI.pm alright.  So do I complain to Lincoln to fix it, or
>> is it just a synergy thing between mod_perl, Apache, and CGI.pm that I'll
>> have to live with?

Doug> are you re-loading CGI.pm?  that's the only way this warning can be
Doug> triggered, from what i can see.  in which case, this wouldn't be a bug in
Doug> CGI.pm, the re-loader simply needs:
Doug> {
Doug>     no warnings;
Doug> }

I got no "no warnings".  this is still 5.5.3 :)

And I'm not doing the reloading, unless this would do it:

in conf:

    PerlRequire mason-startup.pl

in mason-startup.pl:

    package HTML::Mason::Commands;
    ## use CGI qw(-compile :all);
    use CGI qw(:all);

By the way, when I added -compile, it broke on a recent release of
CGI.pm.  Grr.  This stuff seems to be more and more fragile. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to