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/Project/Project.pm
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Project/Project.pm
   1    1  #
   2    2  # Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
        3 +# Copyright (c) 2014 Racktop Systems.
   3    4  #
   4    5  
   5    6  #
   6    7  # Project.pm provides the bootstrap for the Sun::Solaris::Project module, and
   7    8  # also functions for reading, validating and writing out project(4) format
   8    9  # files.
   9   10  #
  10   11  ################################################################################
  11      -require 5.8.4;
       12 +require 5.0010;
  12   13  
  13   14  use strict;
  14   15  use warnings;
  15   16  use locale;
  16   17  use Errno;
  17   18  use Fcntl;
  18   19  use File::Basename;
  19   20  use POSIX qw(locale_h limits_h);
  20   21  
  21   22  package Sun::Solaris::Project;
↓ open down ↓ 1892 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX