In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c90bc94255b45dc24745270955fd3f540dfca2e5?hp=b5afd3466ff5e5b70ea2921169f138f02727183e>

- Log -----------------------------------------------------------------
commit c90bc94255b45dc24745270955fd3f540dfca2e5
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri Sep 21 12:22:27 2012 +0200

    Remove a couple of tentacles from MiNT missed by commit cd86ed9d430a95bb.
-----------------------------------------------------------------------

Summary of changes:
 Porting/perlhist_calculate.pl |    2 +-
 lib/AnyDBM_File.t             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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);
        }
 }
diff --git a/lib/AnyDBM_File.t b/lib/AnyDBM_File.t
index d3c1c31..63fb2d8 100644
--- a/lib/AnyDBM_File.t
+++ b/lib/AnyDBM_File.t
@@ -14,7 +14,7 @@ use Fcntl;
 
 $Is_Dosish = ($^O eq 'amigaos' || $^O eq 'MSWin32' ||
              $^O eq 'NetWare' || $^O eq 'dos' ||
-             $^O eq 'os2' || $^O eq 'mint' ||
+             $^O eq 'os2' ||
              $^O eq 'cygwin');
 
 my $filename = "Any_dbmx$$";

--
Perl5 Master Repository

Reply via email to