Devel::AssertOS::Sun - Devel::AssertOS::Sun documentation


Devel-CheckOS documentation Contained in the Devel-CheckOS distribution.

Index


Code Index:

COPYRIGHT and LICENCE

Top


Devel-CheckOS documentation Contained in the Devel-CheckOS distribution.

# $Id: Sun.pm,v 1.5 2008/11/05 22:52:34 drhyde Exp $

package Devel::AssertOS::Sun;

use Devel::CheckOS;

$VERSION = '1.3';

sub matches { return qw(SunOS Solaris); }
sub os_is { Devel::CheckOS::os_is(matches()); }
Devel::CheckOS::die_unsupported() unless(os_is());

sub expn { "The operating system is from Sun Microsystems" }

1;