Module::Build::JSAN 0.01 review

Download
by rbytes.net on

Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build =

License: Perl Artistic License
File size: 5K
Developer: David Wheeler
0 stars award from rbytes.net

Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN.

SYNOPSIS

use Module::Build::JSAN;

my $build = Module::Build::JSAN->new(
module_name => 'Foo-Bar',
license => 'perl',
dist_author => 'Joe Developer ',
dist_abstract => 'Say something pithy here',
dist_version => '0.02',
keywords => [qw(Foo Bar pithyness)],
build_requires => {
'Test.Simple' => 0.20,
},
requires => {
'JSAN' => 0.10,
'Baz-Quux' => 0.02,
},
);

$build->create_build_script;

This is a developer aid for creating JSAN distributions. Please use the example given in the SYNOPSIS to create distributions.

Requirements:
Perl

Module::Build::JSAN 0.01 keywords