diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-09-20 12:04:24 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-09-21 10:01:42 +0200 |
commit | b5afd3466ff5e5b70ea2921169f138f02727183e (patch) | |
tree | 1581582fe7a415e98b8c5bfacd57da36783b74e2 /lib/FileHandle.t | |
parent | a21c949457ed8dffe5096a444346d641f9a09a6e (diff) | |
download | perl-b5afd3466ff5e5b70ea2921169f138f02727183e.tar.gz |
Remove the MPE/iX port.
MPE/iX was a business-oriented minicomputer operating system made by
Hewlett-Packard. Support from HP terminated at the end of 2010.
Diffstat (limited to 'lib/FileHandle.t')
-rw-r--r-- | lib/FileHandle.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/FileHandle.t b/lib/FileHandle.t index ddbd94474e..aeae754b0e 100644 --- a/lib/FileHandle.t +++ b/lib/FileHandle.t @@ -8,10 +8,6 @@ BEGIN { print "1..0\n"; exit 0; } - if ($^O eq 'mpeix') { - print "1..0 # Skip: broken on MPE/iX\n"; - exit 0; - } } use FileHandle; |