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/Lgrp/Lgrp.pm
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  #
  28   28  # Lgrp.pm provides procedural and object-oriented interface to the Solaris
  29   29  # liblgrp(3LIB) library.
  30   30  #
  31   31  
  32   32  
  33      -require 5.8.4;
       33 +require 5.0010;
  34   34  use strict;
  35   35  use warnings;
  36   36  use Carp;
  37   37  
  38   38  package Sun::Solaris::Lgrp;
  39   39  
  40   40  our $VERSION = '1.1';
  41   41  use XSLoader;
  42   42  XSLoader::load(__PACKAGE__, $VERSION);
  43   43  
↓ open down ↓ 255 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX