in reply to My first module is failing on CPAN
after you run your 'make dist', copy the output file to /tmp/ and test it out as somebody else would. You can make a script to test this automatically in bash or perl.
Doing this you may find that you left some files out in the MANIFEST - for one.
Also make sure that your Makefile.PL does list all the dependencies. Assume that none will be present in the host.
I have some personal hacks in LEOCHARRE::Dev as examples, that do things like automatically fill in your Makefile.PL and MANIFEST, etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: My first module is failing on CPAN
by bingos (Vicar) on Jun 30, 2008 at 08:08 UTC | |
by leocharre (Priest) on Jun 30, 2008 at 12:42 UTC |