in reply to Module Development
and then add your code to MyModule.pm.h2xs -OXn MyModule cd MyModule perl Makefile.PL make make test
Here is an XS tutorial that includes C code.
I also tried module-starter:
This behaved well after I installed the latest Test::Pod::Coverage.module-starter --module=MyModule --author="Me" --email="me@mine.com" cd MyModule perl Makefile.PL make test
|
|---|