html-formhandler-model-dbic icon indicating copy to clipboard operation
html-formhandler-model-dbic copied to clipboard

Commented out version numbers to have a consistent version

Open kyzn opened this issue 9 years ago • 0 comments

This module had consistent version issue at CPANTS, which could be easily solved to improve Kwalitee. That issue happens when you have different version numbers declared at different files. Since you're uzing Dist::Zilla, giving the version number to dist.ini would be enough.

This PR is similar to #13 (which also solves the same problem) but has some differences:

  • I did not remove your version numbers from each file, I just commented them out. So if you want to track which file is last updated for which version, you can do it by looking at the beginning of the each file.
  • I also did not include a Git::NextVersion to automatically give you a version number.

kyzn avatar Oct 31 '15 10:10 kyzn