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 ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright (c) 2014 Racktop Systems.
  25   26  #
  26   27  
  27   28  #
  28   29  # Lgrp.pm provides procedural and object-oriented interface to the Solaris
  29   30  # liblgrp(3LIB) library.
  30   31  #
  31   32  
  32   33  
  33      -require 5.8.4;
       34 +require 5.0010;
  34   35  use strict;
  35   36  use warnings;
  36   37  use Carp;
  37   38  
  38   39  package Sun::Solaris::Lgrp;
  39   40  
  40   41  our $VERSION = '1.1';
  41   42  use XSLoader;
  42   43  XSLoader::load(__PACKAGE__, $VERSION);
  43   44  
↓ open down ↓ 255 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX