Subject: | Forbid "undef" version number |
Hi Adam,
It's too easy to create a distribution with an "undef" version number.
If you have no $VERSION in the "all_from" file, then make dist (and
make upload!!) will create a tarball called "Foo-Bar-undef.tar.gz".
Instead, MI should throw an error, demanding a version number.
Shawn