This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use textmode when opening scripts in miniperl to match perl
authorTony Cook <tony@develop-help.com>
Tue, 16 Dec 2014 06:05:18 +0000 (17:05 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 5 Jan 2015 22:30:29 +0000 (09:30 +1100)
commitead233d2c1be4b0cd47d5fc22abe6e243f823675
tree7bb52b706e3f87c338b3115f37ebc7537f381b8b
parente5fb2b49c0e09d255ed30c17281313f00a79cbab
use textmode when opening scripts in miniperl to match perl

fixes io/data.t

This could be considered a bug in io/data.t, since it writes the scripts
in text mode, but making miniperl behave closer to perl may fix
other issues too.
win32/win32.h