Print this page
3900 illumos will not build against gcc compiled perl
*** 20,38 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
# Lgrp.pm provides procedural and object-oriented interface to the Solaris
# liblgrp(3LIB) library.
#
! require 5.8.4;
use strict;
use warnings;
use Carp;
package Sun::Solaris::Lgrp;
--- 20,39 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright (c) 2014 Racktop Systems.
#
#
# Lgrp.pm provides procedural and object-oriented interface to the Solaris
# liblgrp(3LIB) library.
#
! require 5.0010;
use strict;
use warnings;
use Carp;
package Sun::Solaris::Lgrp;