This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tidy t/io/binmode.t
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 21:21:10 +0000 (21:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 22:48:15 +0000 (22:48 +0000)
commit3d27376121e12fdf0629aa994dc7d07910a5606d
treea7710cb958d6d4a9d0096945637738bc28923b2a
parentcaedc70ba6260eef7c753adf315b14a90252192d
Tidy t/io/binmode.t

Remove redundant C<use Config;>
If C<find PerlIO::Layer 'perlio'> fails, use skip() rather than ok() to skip.
Make the indenting on 2 inconsistent lines consistent with the rest of the file.
Die if Errno can't be loaded, unless it's miniperl.
t/io/binmode.t