Re: Using Module::Build to XS

2007-12-19 Thread Eric Wilhelm
# from Ragavendar Swamisai # on Tuesday 18 December 2007 16:55: >I have volunteered to maintain the LSF::Base and LSF::Batch modules on >CPAN ... >I have tried to write the Build.PL by using the following code snippet >but this was not able to create the shared object for Dynaloader to >load. Did

Using Module::Build to XS

2007-12-18 Thread Ragavendar Swamisai
Hi, I have volunteered to maintain the LSF::Base and LSF::Batch modules on CPAN , I am in the process of rewriting the module's Makefile.PL (which uses the ExtUtils::MakeMaker) to use the Module::Build's Build.PL process. Unfortunately I have not been very successful in writing the Build.PL to do