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/Ucred/Ucred.pm
          +++ new/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/Ucred.pm
   1    1  #
   2    2  # Copyright (c) 2004, 2008, Oracle and/or its affiliates. All rights reserved.
   3    3  #
   4    4  
   5    5  #
   6    6  # Ucred.pm provides the bootstrap for the Sun::Solaris::Ucred module.
   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::Ucred;
  14   14  
  15   15  our $VERSION = '1.3';
  16   16  use XSLoader;
  17   17  XSLoader::load(__PACKAGE__, $VERSION);
  18   18  
  19   19  our (@EXPORT_OK, %EXPORT_TAGS);
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX