Print this page
3900 illumos will not build against gcc compiled perl
   1 #
   2 # Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
   3 #
   4 
   5 #
   6 # Makefile.PL for ::Exacct::Catalog
   7 #
   8 
   9 # See ../Makefile.PL for an explanation of the linker flag manipulations.
  10 
  11 require 5.8.4;
  12 use strict;
  13 use warnings;
  14 use ExtUtils::MakeMaker;
  15 
  16 #
  17 # Some later versions of ExtUtils::MakeMaker are broken,
  18 # and complain about function redefinitions in the child Makefile.PLs.
  19 # Stop the warnings.
  20 #
  21 no warnings qw(redefine);
  22 
  23 our (@defines, @man3pods);
  24 
  25 #
  26 # MakeMaker overrides.
  27 #
  28 package MY;
  29 no warnings qw(once);
  30 
  31 #


   1 #
   2 # Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
   3 #
   4 
   5 #
   6 # Makefile.PL for ::Exacct::Catalog
   7 #
   8 
   9 # See ../Makefile.PL for an explanation of the linker flag manipulations.
  10 
  11 require 5.0010;
  12 use strict;
  13 use warnings;
  14 use ExtUtils::MakeMaker;
  15 
  16 #
  17 # Some later versions of ExtUtils::MakeMaker are broken,
  18 # and complain about function redefinitions in the child Makefile.PLs.
  19 # Stop the warnings.
  20 #
  21 no warnings qw(redefine);
  22 
  23 our (@defines, @man3pods);
  24 
  25 #
  26 # MakeMaker overrides.
  27 #
  28 package MY;
  29 no warnings qw(once);
  30 
  31 #