Re: Fixing a mod_perl module

2006-12-09 Thread Grant
Hello, I'm on the Interchange mailing list (icdevgroup.org) and we've found a problem with our Interchange::Link mod_perl module for apache2. I don't know perl myself, and I was wondering if anyone here might be able to help fix it. The problem is that the Interchange tag: [bounce

Re: Fixing a mod_perl module

2006-12-09 Thread Clinton Gormley
When I change: return Apache2::Const::REDIRECT; to: return Apache2::Const::HTTP_MOVED_PERMANENTLY; I get: Bareword Apache2::Const::HTTP_MOVED_PERMANENTLY not allowed while strict subs in use You need something like: use Apache2::Const -compile = qw(OK DECLINED

Fixing a mod_perl module

2006-12-08 Thread Grant
Hello, I'm on the Interchange mailing list (icdevgroup.org) and we've found a problem with our Interchange::Link mod_perl module for apache2. I don't know perl myself, and I was wondering if anyone here might be able to help fix it. The problem is that the Interchange tag: [bounce

Re: Fixing a mod_perl module

2006-12-08 Thread Geoffrey Young
Grant wrote: Hello, I'm on the Interchange mailing list (icdevgroup.org) and we've found a problem with our Interchange::Link mod_perl module for apache2. I don't know perl myself, and I was wondering if anyone here might be able to help fix it. The problem is that the Interchange tag: