[perl #86566] Allow Pod::Html to write to STDOUT again
authorDavid Leadbeater <dgl@dgl.cx>
Tue, 29 Mar 2011 00:59:59 +0000 (17:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 Mar 2011 00:59:59 +0000 (17:59 -0700)
commitab6893c6f885839062cdf1fb2bd412e9f7a27c7c
tree6d12457a257f8f333172319bc625526e209dcdf8
parent45c2973d2c99a36bfeae408ba656939295c2cb15
[perl #86566] Allow Pod::Html to write to STDOUT again

7319fd7 introduced lexical file handles but also switched to 3 arg
open; Pod::Html was relying on 2 arg open's behaviour to make '-' mean
STDOUT.

There was also a single quoted argument that obviously needed to be
interpolated.
ext/Pod-Html/Html.pm