Subject: | Running Build.PL should not run the build/test/install stages |
The following lines in Build.PL are probably wrong:
$builder->dispatch('build');
$builder->dispatch('test');
$builder->dispatch('install');
Build.PL should just create Build. It is up to the user to run ./Build, ./Build test and ./Build install after that.
Regards,
Slaven