Thank you for this solution. I hope I will be able to apply it.

BTW (and sorry for off topicness) do you know a way of applying the diff results under Windows in other way than manually editing the target file?

Thanks.

Octavian

----- Original Message ----- From: "Ishigaki Kenichi" <[EMAIL PROTECTED]>
To: "The elegant MVC web framework" <[email protected]>
Sent: Thursday, May 10, 2007 10:58 AM
Subject: Re: [Catalyst] C:P:Session::Store::FastMmap


Hi, you can force install it almost safely (if you have
successfully installed Cache::FastMmap). The broken test
can be fixed like this.


diff -ur Catalyst-Plugin-Session-Store-FastMmap-0.02/t/basic.t Catalyst-Plugin-Session-Store-FastMmap-0.02-patch/t/basic.t --- Catalyst-Plugin-Session-Store-FastMmap-0.02/t/basic.t 2006-01-01 20:08:46.000000000 +0900 +++ Catalyst-Plugin-Session-Store-FastMmap-0.02-patch/t/basic.t 2007-05-10 16:48:44.092000000 +0900
@@ -9,8 +9,7 @@
use Catalyst::Plugin::Session::Test::Store (
    backend => "FastMmap",
    config  => {
-        storage => ( my $tmp = File::Temp->new( UNLINK => 1 ) )
-          ->filename,    # $tmp: positive refcount
+        storage => scalar File::Temp::tmpnam(),
    },
);


You'll see what the point is. Though this may not be perfect,
at least it works for me.

Kenichi Ishigaki aka tcool.


On Wed, 9 May 2007 08:38:13 +0300, "Octavian Rasnita" <[EMAIL PROTECTED]> wrote:

From: "Ash Berlin" <[EMAIL PROTECTED]>

http://perlitist.com/static/Cache-FastMmap-1.15.tar.gz

The author has been in touch with me, and I've made the changes he asked
for, so hopefully it should be avaiable to CPAN soon.

Ash

Yes, this version is the one I've installed, but I cannot install
Catalyst::Plugin::Session::Store::FastMmap

It gives errors on "nmake test" and I don't know if it is a good idea to
force install it.

Octavian



_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to