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
Mon May 04 09:56:10 2009karman [...] cpan.org - Correspondence added
this fix has been checked into svn.
Mon May 04 09:56:10 2009The RT System itself - Status changed from 'new' to 'open'
Mon May 04 12:08:39 2009bobtfish [...] bobtfish.net - Correspondence added
Subject:
Re: [rt.cpan.org #45642] Cache::FastMmap vs. Cache::FastMmap::WithWin32