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>
*** 1,16 ****
#
# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
#
#
# Project.pm provides the bootstrap for the Sun::Solaris::Project module, and
# also functions for reading, validating and writing out project(4) format
# files.
#
################################################################################
! require 5.8.4;
use strict;
use warnings;
use locale;
use Errno;
--- 1,17 ----
#
# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2014 Racktop Systems.
#
#
# Project.pm provides the bootstrap for the Sun::Solaris::Project module, and
# also functions for reading, validating and writing out project(4) format
# files.
#
################################################################################
! require 5.0010;
use strict;
use warnings;
use locale;
use Errno;