Module::Build::Platform::RiscOS - Builder class for RiscOS platforms


Module-Build documentation Contained in the Module-Build distribution.

Index


Code Index:

NAME

Top

Module::Build::Platform::RiscOS - Builder class for RiscOS platforms

DESCRIPTION

Top

The sole purpose of this module is to inherit from Module::Build::Base. Please see the Module::Build for the docs.

AUTHOR

Top

Ken Williams <kwilliams@cpan.org>

SEE ALSO

Top

perl(1), Module::Build(3), ExtUtils::MakeMaker(3)


Module-Build documentation Contained in the Module-Build distribution.

package Module::Build::Platform::RiscOS;

use strict;
use vars qw($VERSION);
$VERSION = '0.3800';
$VERSION = eval $VERSION;
use Module::Build::Base;

use vars qw(@ISA);
@ISA = qw(Module::Build::Base);


1;
__END__