Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-FastMmap CPAN distribution.

Report information
The Basics
Id: 45642
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-FastMmap

People
Owner: Nobody in particular
Requestors: kmx [...] volny.cz
Cc:
AdminCc:

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



Subject: Cache::FastMmap vs. Cache::FastMmap::WithWin32
Date: Sat, 02 May 2009 15:36:28 +0200 (CEST)
To: bug-Catalyst-Plugin-Session-Store-FastMmap [...] rt.cpan.org
From: kmx [...] volny.cz
Hi, could you please remove the ugly hack: BEGIN { require Cache::FastMmap if $^O ne 'MSWin32'; require Cache::FastMmap::WithWin32 if $^O eq 'MSWin32'; } As Cache::FastMmap since 1.29 should be Win32 ready. -- kmx
this fix has been checked into svn.
Subject: Re: [rt.cpan.org #45642] Cache::FastMmap vs. Cache::FastMmap::WithWin32
Date: Mon, 4 May 2009 17:06:12 +0100
To: bug-Catalyst-Plugin-Session-Store-FastMmap [...] rt.cpan.org
From: Tomas Doran <bobtfish [...] bobtfish.net>
On 4 May 2009, at 14:56, Peter Karman via RT wrote: Show quoted text
> Queue: Catalyst-Plugin-Session-Store-FastMmap > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=45642 > > > this fix has been checked into svn.
And I've shipped it as 0.09. Apologies to all concerned for totally missing that in 0.08 :-/ Cheers t0m