summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-08-14 11:54:48 +0200
committerNicholas Clark <nick@ccl4.org>2012-08-17 16:35:30 +0200
commitcc3315ba158429a67e76ae0034535e9783abe8cf (patch)
treea7526bbd15bd4456e2fe54051204ce11af9ef45a /Porting
parentd91f1bc9c333968f803a403e4aaf2bd8c7ff1fa3 (diff)
downloadperl-cc3315ba158429a67e76ae0034535e9783abe8cf.tar.gz
Remove the UTS port.
UTS was a mainframe version of System V created by Amdahl, subsequently sold to UTS Global. The port has not been touched since before 5.8.0, and UTS Global is now defunct.
Diffstat (limited to 'Porting')
-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 b03fef480d..2bb3104859 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 uts 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 vmesa vms vos win32 x2p)) {
calc_dir($dir);
}
}