summaryrefslogtreecommitdiff
path: root/Porting/perlhist_calculate.pl
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2014-06-16 07:53:35 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-16 07:55:13 -0400
commit1b54b9b1ec7b382c487d479af4a61c8fa44e96f0 (patch)
tree7f9129778e3de5416f00af34ea3471e03477a439 /Porting/perlhist_calculate.pl
parentbca684bcd779e00cfa1fa1c778daa2f59d4dcadd (diff)
downloadperl-1b54b9b1ec7b382c487d479af4a61c8fa44e96f0.tar.gz
[perl #122110] [PATCH] Remove left-over mad cruft
The great MADectomy left some cruft behind: - no_index in META.{yml,json} - $Config{mad} checks in tests - Porting/perlhist_calculate.pl - symbian/config.pl - PERL_XMLDUMP error in perldiag - madly{h,obj,src} in win32/config.{gc,vc}
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 0d73991993..661f98d17e 100755
--- a/Porting/perlhist_calculate.pl
+++ b/Porting/perlhist_calculate.pl
@@ -143,7 +143,7 @@ sub calc_longtable {
emit Configure => $configure_size, 1;
- foreach my $dir (qw(Cross djgpp emacs h2pl hints mad NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
+ foreach my $dir (qw(Cross djgpp emacs h2pl hints NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) {
calc_dir($dir);
}
}