Nick Sutterer wrote:
hey list,
are there any clues when Module::Build 0.27 will be released? reading through
Hopefully, very soon. There are only a few issues I know of:
* A failing test on Windows, due to test code; not a bug in MB proper
* Cleanup a few issues related to manpage/html doc generation. This is
more cleanup, I think, than any real bug
* Possibly backing out changes related to per-action prereqs; code is
very well isolated so this is easy. Just waiting a few days to see if
anyone else wants to argue for keeping it.
* Documentation updates regarding PREFIX and possibly documenting some
more of MB's methods.
These are all minor issues. The per-action prereqs was the biggest issue
which is why I spent last week trying to make it work. But as I said it
might just get backed out.
some postings here this release should fix the "bin" bug, which simply
oversees files in bin/ and so doesn't install them.
err, which "bin" bug? If you list your script files in the constructor,
they get installed on current versions.
use Module::Build;
my $builder = Module::Build->new(
module_name => 'Foo',
license => 'perl',
script_files => [ 'bin/my_script' ],
);
$builder->create_build_script();
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
|