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

package Devel::AssertOS::RISCOS;

use Devel::CheckOS;

$VERSION = '1.1';

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

sub expn { "This is the Acorn operating system, not the MIPS RISC/os system" }

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

1;