Devel::AssertOS::GNUkFreeBSD - Devel::AssertOS::GNUkFreeBSD 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::GNUkFreeBSD;

use Devel::CheckOS;

$VERSION = '1.0';

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

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

1;