Subject: | Changes in basic.t since 0.08 |
Date: | Tue, 05 May 2009 09:44:36 +0200 |
To: | bug-Catalyst-Plugin-Session-Store-FastMmap [...] rt.cpan.org |
From: | kmx <kmx [...] volny.cz> |
Hi,
I would like to ask what was the reason for the following change in
basic.t introduced in version 0.08:
use Catalyst::Plugin::Session::Test::Store (
backend => "FastMmap",
- config => { storage => File::Temp::tempdir(
'sessionstoretestXXXX', CLEANUP => 1 ) . "/storage_file" },
+ config => { storage => File::Temp::tempdir(
'sessionstoretestXXXX', CLEANUP => 1 ) },
extra_tests => 1
);
According to documentation: "<storage> Specifies THE FILE to be used for
the sharing of session data." thus the above mentioned change does not
make a sense.
--
kmx