Re: [Catalyst] Suggestion for FastMmap related plugin handling

2007-07-21 Thread Ashley
On Jul 21, 2007, at 2:11 PM, Ash Berlin wrote: Seems like a bug in Cache::FastMmap. I'll get round to fixing it in my fork (Cache::FastMmap::With::Win32) - that or get co-maint on the proper one. Fancy writing a me a failing test case against either CPAN'd modules? Thanks. I'll give it a t

Re: [Catalyst] Suggestion for FastMmap related plugin handling

2007-07-21 Thread Ash Berlin
Seems like a bug in Cache::FastMmap. I'll get round to fixing it in my fork (Cache::FastMmap::With::Win32) - that or get co-maint on the proper one. Fancy writing a me a failing test case against either CPAN'd modules? apv wrote: > I got a small bite by unexpected behavior when setting the storag

[Catalyst] Suggestion for FastMmap related plugin handling

2007-07-21 Thread apv
I got a small bite by unexpected behavior when setting the storage source for CP::Session::Store::FastMmap with path_to(). I went from using a static string to a path_to representing the identical path and it broke the storage. It also, I think, fails silently in the case of CP::Cache::Fast