On Thu, Jul 4, 2013 at 10:18 AM, Hugues Max <[email protected]> wrote: > if I see end of /root/.cpanm/build.log, there a error with autoflush method > from FileHandle
I suspect Dancer should be explicitly creating IO::File objects rather than relying on open, which prior to v5.12 might create FileHandle objects or IO::Handle objects depending on what's loaded. That said, I don't see what in that Dancer::Session::Cookie test would be setting a file logger to trigger that error in the first place. David -- David Golden <[email protected]> Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
