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    3  #
   4    4  
   5    5  #
   6    6  # Project.pm provides the bootstrap for the Sun::Solaris::Project module, and
   7    7  # also functions for reading, validating and writing out project(4) format
   8    8  # files.
   9    9  #
  10   10  ################################################################################
  11      -require 5.8.4;
       11 +require 5.0010;
  12   12  
  13   13  use strict;
  14   14  use warnings;
  15   15  use locale;
  16   16  use Errno;
  17   17  use Fcntl;
  18   18  use File::Basename;
  19   19  use POSIX qw(locale_h limits_h);
  20   20  
  21   21  package Sun::Solaris::Project;
↓ open down ↓ 1892 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX