This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[MERGE] revamp dist/B-Deparse/t/core.t
[perl5.git] / Porting / perlhist_calculate.pl
index bd49507..47a0d4d 100755 (executable)
@@ -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);
        }
 }