|
Posted by Sisyphus on May 8, 2007, 8:55 pm
Please log in for more thread options
> Hi Rob, thanks for the reply.
>
> 'live' folder just means the path in /mnt/net or /usr/local... (can't
> recall which), which is where the templates get written after they are
> temporarily copied into /blib (which incidentally they are copied in
> the correct structure).
>
> I've gone through the cookbook, and done those required tasks, I've
> made the dat_files, and then used add_build_element. So I assume I'm
> just missing something that forces the module to copy the template
> files from /blib to the final location.
>
The section I referred to assumes that your dat files are going into perl's
lib directory. If they're destined for a different location then that's
covered in the "Adding new elements to the install process" section. Still
.... I guess you've been through that one, too.
If you're satisifed that the cookbook is not covering the process correctly,
then you could submit a bug report to
http://rt.cpan.org/Public/Dist/Display.html?Name=Module-Build .
I see there's a Module::Build mailing list (
http://lists.cpan.org/showlist.cgi?name=module-build-general ) - perhaps
there's some good help available there.
Sorry - beyond that I can't really help. ( I avoid Module::Build wherever
possible.)
Cheers,
Rob
|