summaryrefslogtreecommitdiff
path: root/Porting/perlhist_calculate.pl
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-04 00:41:22 +0800
committerJesse Vincent <jesse@bestpractical.com>2011-01-04 00:58:16 +0800
commit2c17609f30aa451f45b0a17ed14e5c53245180a3 (patch)
treec3e3417c78b8e0b41fba5a67b1e722fb5c962081 /Porting/perlhist_calculate.pl
parent3818330277fb845056adb9589e26a1aefc39f01c (diff)
downloadperl-2c17609f30aa451f45b0a17ed14e5c53245180a3.tar.gz
Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It
hadn't worked for years before that.
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 437628e775..b03fef480d 100755
--- a/Porting/perlhist_calculate.pl
+++ b/Porting/perlhist_calculate.pl
@@ -133,7 +133,7 @@ sub calc_longtable {
print "\n\nTable\n";
- foreach my $dir (qw(apollo beos)) {
+ foreach my $dir (qw(beos)) {
calc_dir($dir);
}