develooper Front page | perl.perl5.porters | Postings from June 2001

[PATCH] gcc-3.0 warnings on HP-UX

Thread Next
From:
H . Merijn Brand
Date:
June 27, 2001 05:31
Subject:
[PATCH] gcc-3.0 warnings on HP-UX
Message ID:
20010627140701.7249.H.M.BRAND@hccnet.nl
Anyone interested in the truckload of new warnings generated with gcc-3.0
(forced to 32bit mode) on HP-UX 11.00 (native 64bit)?

After next patch (which is probably already posted by someone else):

All tests successful.
u=1.76  s=0.88  cu=95.47  cs=14.12  scripts=417  tests=23872

  Y E E A H, H A H ! ! !

--- lib/Memoize/t/tie_sdbm.t        Tue Jun 26 19:50:19 2001
+++ lib/Memoize/t/tie_sdbm.t        Wed Jun 27 14:13:38 2001
@@ -20,7 +20,7 @@
   $_[0]+1;
 }

-eval {require Memoize:SDBM_File};
+eval {require Memoize::SDBM_File};
 if ($@) {
   print "1..0\n";
   exit 0;

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 626 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About