Print this page
3900 illumos will not build against gcc compiled perl
4723 Remove unused perl extensions
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>

*** 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;