summaryrefslogtreecommitdiff
path: root/Porting/perlhist_calculate.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-08-30 18:25:53 +0200
committerNicholas Clark <nick@ccl4.org>2012-08-31 14:13:01 +0200
commit043fec90e88a2e23823af40a5c0b59539fc58069 (patch)
tree217d8ca6d7f6e18200a6b3f9c3d96199422d4243 /Porting/perlhist_calculate.pl
parent63d7ac5fa5ef436afa9865a56b7c84e54a112722 (diff)
downloadperl-043fec90e88a2e23823af40a5c0b59539fc58069.tar.gz
Remove the VM/ESA port.
VM/ESA was a mainframe OS. IBM ended service on it in June 2003. It was superseded by Z/VM.
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 2bb3104859..55a4ce36ee 100755
--- a/Porting/perlhist_calculate.pl
+++ b/Porting/perlhist_calculate.pl
@@ -141,7 +141,7 @@ sub calc_longtable {
say "Configure: $configure_size 1";
- foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint mpeix NetWare os2 plan9 Porting qnx symbian utils vmesa vms vos win32 x2p)) {
+ foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad mint mpeix NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
calc_dir($dir);
}
}