Re: testing CPAN-ability without CPAN?
[email protected] (Steffen Mueller)
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hi Tyler, there are several things you can do about this. - Upload to CPAN as a developer release. Theser are marked using versions of the form '0.54_23'. (The underscore is the significant part.) Thus you get all the good automatic CPAN testing benefits. - Run "perl Build.PL", "./Build test" to run your tests as your users would. - Use "CPAN::Mini" to create a local CPAN mirror quasy on the fly. HTH, Steffen