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