summaryrefslogtreecommitdiff
path: root/Porting/perlhist_calculate.pl
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 /Porting/perlhist_calculate.pl
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 'Porting/perlhist_calculate.pl')
-rwxr-xr-xPorting/perlhist_calculate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/perlhist_calculate.pl b/Porting/perlhist_calculate.pl
index 8cbc3d9ecb..bd4950786b 100755
--- a/Porting/perlhist_calculate.pl
+++ b/Porting/perlhist_calculate.pl
@@ -147,7 +147,7 @@ sub calc_longtable {
emit Configure => $configure_size, 1;
- foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint mpeix NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
+ foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
calc_dir($dir);
}
}