- or download this
use 5.008008; # NOT 5.8.8 - needed by CPAN testers
...
, create_makefile_pl => 'traditional'
);
$builder->create_build_script; #generate Build
- or download this
use 5.008008; # NOT 5.8.8
...
# makeproject command run like this
# ./Build makeproject
- or download this
{
package MyBuilder;
...
}
my $builder = MyBuilder->new(...various arguments...);
- or download this
./Build manifest
./Build disttest
./Build dist
- or download this
./Build test
./Build fakeinstall
...
perl Build.PL --destdir /tmp/foo/
./Build test
./Build install
- or download this
./Build clean