Devel::AssertOS::Apple - Devel::AssertOS::Apple 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: Apple.pm,v 1.5 2008/11/05 22:52:34 drhyde Exp $

package Devel::AssertOS::Apple;

use Devel::CheckOS;

$VERSION = '1.2';

sub matches { return qw(MacOSX MacOSclassis); }
sub os_is { Devel::CheckOS::os_is(matches()); }
Devel::CheckOS::die_unsupported() unless(os_is());

sub expn { "The operating system is from Apple" }

1;