Print this page
3900 illumos will not build against gcc compiled perl
*** 1,14 ****
#
# Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
#
#
# Task.pm provides the bootstrap for the Sun::Solaris::Task module.
#
! require 5.8.4;
use strict;
use warnings;
package Sun::Solaris::Task;
--- 1,15 ----
#
# Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2014 Racktop Systems.
#
#
# Task.pm provides the bootstrap for the Sun::Solaris::Task module.
#
! require 5.0010;
use strict;
use warnings;
package Sun::Solaris::Task;