Hi,

I'm running the latest version of mod_perl and libapreq (from subversion - all tests pass).
I getting an error from Apache2::Cookie when I try to create an Apache2::Cookie::Jar.



The Error Message:

Can't locate auto/Apache2/Cookie/Jar/cookie_clas.al in @INC (@INC contains: /home/wyllie/dev/Alta/blib/lib /home/wyllie/dev/Alta/blib/arch /d/fish/web/modules/Alta/t /home/wyllie/dev/Alta/t /usr/local/perl-5.8.6/lib/x86_64-linux /usr/local/perl-5.8.6/lib /usr/local/perl-5.8.6/lib/site_perl/x86_64-linux /usr/local/perl-5.8.6/lib/site_perl .) at
/usr/local/perl-5.8.6/lib/site_perl/x86_64-linux/Apache2/Cookie.pm line 109



The code which causes the error:


my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS => "Alta::Cookies::Cookie" );



I have tried looking through the tests for libapreq, but I could not find a reference to Apache2::Cookie::Jar.

I would appreciate any and all suggestions
Thanks!


Andrew

Reply via email to