[dancer-users] unable to install Dancer::Session::Cookie
Naveed Massjouni
naveedm9 at gmail.com
Fri Jul 5 19:48:59 BST 2013
On Thu, Jul 4, 2013 at 11:22 PM, David Golden <xdg at xdg.me> wrote:
> On Thu, Jul 4, 2013 at 10:18 AM, Hugues Max <huguesmax at gmail.com> 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 <xdg at xdg.me>
> Take back your inbox! → http://www.bunchmail.com/
> Twitter/IRC: @xdg
> _______________________________________________
> dancer-users mailing list
> dancer-users at dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
More information about the dancer-users
mailing list