summaryrefslogtreecommitdiff
path: root/t/op/stat.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-09-20 12:04:24 +0200
committerNicholas Clark <nick@ccl4.org>2012-09-21 10:01:42 +0200
commitb5afd3466ff5e5b70ea2921169f138f02727183e (patch)
tree1581582fe7a415e98b8c5bfacd57da36783b74e2 /t/op/stat.t
parenta21c949457ed8dffe5096a444346d641f9a09a6e (diff)
downloadperl-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 't/op/stat.t')
-rw-r--r--t/op/stat.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index f52f26c4e7..c49aaf4e28 100644
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -31,7 +31,6 @@ $Is_Amiga = $^O eq 'amigaos';
$Is_Cygwin = $^O eq 'cygwin';
$Is_Darwin = $^O eq 'darwin';
$Is_Dos = $^O eq 'dos';
-$Is_MPE = $^O eq 'mpeix';
$Is_MSWin32 = $^O eq 'MSWin32';
$Is_NetWare = $^O eq 'NetWare';
$Is_OS2 = $^O eq 'os2';