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/Catalog/Catalog.pm
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/Catalog.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  # Catalog.pm contains perl code for exacct catalog tag manipulation.
   7    7  # 
   8    8  
   9      -require 5.8.4;
        9 +require 5.0010;
  10   10  use strict;
  11   11  use warnings;
  12   12  
  13   13  package Sun::Solaris::Exacct::Catalog;
  14   14  
  15   15  our $VERSION = '1.3';
  16   16  use Carp;
  17   17  use XSLoader;
  18   18  XSLoader::load(__PACKAGE__, $VERSION);
  19   19  
↓ open down ↓ 330 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX