On Sep 28, 2006, at 3:23 AM, Randy J. Ray wrote:
The first block creates a suffixes rule for turning *.base into
*.xpl. The
second block creates dependency rules that tell make that X.xpl
depends on
X.code, X.help, X.base and the "make_method" script.
What is the accepted "best practice" for doing stuff like this with
M::B?
Probably the first place to look is these two recipes:
http://search.cpan.org/~kwilliams/Module-Build-0.2805_01/lib/Module/
Build/Cookbook.pm#Adding_new_file_types_to_the_build_process
http://search.cpan.org/~kwilliams/Module-Build-0.2805_01/lib/Module/
Build/Cookbook.pm#Adding_new_elements_to_the_install_process
That may or may not be enough to go on - please check back here if
you'd like more assistance.
-Ken