On Thu, Jul 4, 2013 at 11:22 PM, David Golden <[email protected]> wrote:
> 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.

Can you explain what you mean when you say open creates objects? I am
running 5.14 and when I run:

    perl -E 'open $x, "foo"; say ref $x'

It prints "GLOB".

-Naveed

>
> 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
_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to