Well... You should either rename this thing or advertise more :) -----Original Message----- From: Ricardo SIGNES [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 1:51 AM To: module-authors@perl.org Subject: Re: Distribution version vs. Main package version
* Paul Johnson <[EMAIL PROTECTED]> [2008-11-10T17:17:22] > I'm starting to get annoyed by the extraneous commits into the revision > control system. And so I'm considering the option of not having the version > number in the file that gets checked in, but expanding it for a release. Using Dist::Zilla, there is no extraneous commit. $VERSION assignment is added at 'make dist' time by dzil. The single canonical source for dist version is the dist configuration file. -- rjbs