Start with h2xs (man h2xs) It'll give you a nice stub environment, with a Makefile.PL that you can start working with for both XS and non-XS modules.
Yitzchak Shmuel Fomberg wrote: > Hello There. > > I want to put a module on CPAN. Is there anything special that I need to > know? > > I am having problem writing the Makefile.pl. my makefile should do the > following things: > - on make: > build a dll/so > - on make test > run the scripts that are in ./t > - on make install > copy the dll/so to a certain directory. (that I can detect in the > Makefile.pl) > copy the pm file to the site/lib > make the doc (pod) file (?) > > Can anyone help? I have zero experience in that. > > Shmuel. > > _______________________________________________ > Perl mailing list > [email protected] > http://perl.org.il/mailman/listinfo/perl > _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
