Print this page
3900 illumos will not build against gcc compiled perl

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Exacct.pm
   1    1  #
   2    2  # Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
   3    3  #
   4    4  
   5    5  #
   6    6  # Exacct.pm contains wrappers for the exacct error functions and syscalls,
   7    7  # and some 'shorthand' convenience functions.
   8    8  # 
   9    9  
  10      -require 5.8.4;
       10 +require 5.0010;
  11   11  use strict;
  12   12  use warnings;
  13   13  
  14   14  package Sun::Solaris::Exacct;
  15   15  
  16   16  our $VERSION = '1.5';
  17   17  use XSLoader;
  18   18  XSLoader::load(__PACKAGE__, $VERSION);
  19   19  
  20   20  # @_Constants is set up by the XSUB bootstrap() function.
↓ open down ↓ 101 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX