X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/b5afd3466ff5e5b70ea2921169f138f02727183e..0334a26770c8f67919793a1de2e9255c85665e5f:/Porting/perlhist_calculate.pl diff --git a/Porting/perlhist_calculate.pl b/Porting/perlhist_calculate.pl index bd49507..47a0d4d 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 NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) { + foreach my $dir (qw(Cross djgpp emacs epoc h2pl hints mad NetWare os2 plan9 Porting qnx symbian utils vms vos win32 x2p)) { calc_dir($dir); } }