| Test-Distribution documentation | view source | Contained in the Test-Distribution distribution. |
Thanks to Steffen Schwigon for both of these changes.
It falls back to doing a find for *.pm if no MANIFEST exists. (thanks to Paul Hughes aka Barbie and Steffen Müller for suggesting this)
thanks to patch from Jonas B.Nielsen
It only requires each package defined a version. The version does not need to be the same as the distribution version. It just needs to exist This caters for the quite valid style of using cvs versions in individual files. Perl does not requrie all files in a dist to have the same $VERSION. However if you think that checking against the dist version would be a useful check for your personal style, let me know and i'll add that check back in as an optional switch. (thanks to Paul Hughes aka Barbie for the spot)
Stop gap measure till Test::Prereq has been patched. (thanks to Paul Hughes aka Barbie)
Thanks to Paul Hughes aka Barbie
This is good because it means module authors who do not want to force their users to install Test::Distribution and all of its dependencies do not have to
However this does not mean Module::Build support. You still need a Makefile.PL to prevent the PREREQ_PM tests failing. Module::Build support will hopefully follow in a future version.
-
| Test-Distribution documentation | view source | Contained in the Test-Distribution distribution. |