Subject: | please set $VERSION |
The main module not setting $VERSION breaks the up-to-date check in tools like cpanminus.
It is easy to maintain the $VERSION string in your module with the perl-reversion script from the
Perl::Version module, that's what I use on my modules I haven't switched to dzil yet.
You just do:
perl-reversion --set 1.09
Thank you!