Skip Menu |

This queue is for tickets about the Apache-Session CPAN distribution.

Report information
The Basics
Id: 11965
Status: rejected
Priority: 0/
Queue: Apache-Session

People
Owner: Nobody in particular
Requestors: bwhite [...] fotango.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.6
Fixed in: (no value)



Subject: 'use DB_File' instead of 'use Apache::Session::DB_File'
Apache-Session-1.6 This is perl, v5.8.4 built for i686-linux Linux switch 2.4.21-15.0.3.ELsmp #1 SMP Wed Jul 7 09:34:05 EDT 2004 i686 i686 i386 GNU/Linux Tests failed because both Apache/Session/Store/DB_File.pm and 99dbfilestore.t 'use DB_File' instead of 'use Apache::Session::DB_File'. We use a build system where perl/apache/etc are installed in ~/build. Regards, Barry
On Mar 22 09:14:49 2005, guest wrote: Show quoted text
> Apache-Session-1.6
Downloaded version 1.6 and tried. Show quoted text
> Tests failed because both Apache/Session/Store/DB_File.pm and > 99dbfilestore.t 'use DB_File' instead of 'use > Apache::Session::DB_File'.
It is correct. Apache::Session::Store::DB_File uses DB_File. Apache::Session::DB_File uses Apache::Session::Store::DB_File. 99dbfilestore.t checks that DB_File is available and uses only Apache::Session::Store::DB_File, not whole Apache::Session::DB_File. Show quoted text
> > We use a build system where perl/apache/etc are installed in ~/build.
I'm not sure that this is relevant to this problem. Please try version 1.82 (or later). It changed much compared to 1.6. -- Alexandr Ciornii, http://chorny.net