Clayton Cottingham wrote:
ok thanks for the patience!

i managed to a) get the base bug report template to go under freebsd and

good.


b) had my modules fail and generate error log

which is telling me that this isnt correct:

 my $apr = Apache::Request->new(
        shift,
        POST_MAX        => 10 * 1024 * 1024,    # in bytes, so 10M
        DISABLE_UPLOADS => 0
    );

my %args = $apr->args;

with this :

Odd number of elements in hash assignment at
/usr/home/clayton/bug-reporting-skeleton-mp1/t/PP/OtherThing.pm line 18.


from what ive read/been told this should be an issue correct?


Apache::Request should be able to pass this right?

I think, yes. check that your shift in the new() call is really getting $r and not undef (e.g. not shift()'ed before).


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to