]> mj.ucw.cz Git - libucw.git/commit
UCW::Configure: Fixed compatibility with old perl.
authorPavel Charvat <pchar@ucw.cz>
Mon, 11 Sep 2017 19:35:03 +0000 (21:35 +0200)
committerPavel Charvat <pchar@ucw.cz>
Mon, 11 Sep 2017 19:35:03 +0000 (21:35 +0200)
commit972f717514075680c2e1295331bf9ba4dc151b05
tree40dacd45bebaea20730b6f89b327b6675743df2f
parent53600ea4a4167d535ece96701a217d9617774997
UCW::Configure: Fixed compatibility with old perl.

Older versions of perl don't automatically load methods
like STDOUT->flush, we need to explicitly use IO::File.
ucw/perl/UCW/Configure.pm