Devel::AssertOS::MidnightBSD - Devel::AssertOS::MidnightBSD 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.

package Devel::AssertOS::MidnightBSD;

use Devel::CheckOS;

$VERSION = '1.0';

sub os_is { $^O eq 'midnightbsd' ? 1 : 0; }

Devel::CheckOS::die_unsupported() unless(os_is());

1;