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

package Devel::AssertOS::MicrosoftWindows;

use Devel::CheckOS;

$VERSION = '1.3';

sub matches { return qw(Cygwin MSWin32); }
sub os_is { Devel::CheckOS::os_is(matches()); }
Devel::CheckOS::die_unsupported() unless(os_is());

sub expn { "The operating system is some version of Microsoft Windows" }

1;