Re: Distribution version vs. Main package version

2008-11-10 Thread Paul Johnson
On Mon, Nov 10, 2008 at 06:50:58PM -0500, Ricardo SIGNES wrote: > * 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 f

Re: Distribution version vs. Main package version

2008-11-10 Thread Ricardo SIGNES
* 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::Z

Re: Distribution version vs. Main package version

2008-11-10 Thread Paul Johnson
On Mon, Nov 10, 2008 at 04:43:27PM -0500, Ricardo SIGNES wrote: > * Jonas Brømsø Nielsen <[EMAIL PROTECTED]> [2008-11-10T16:15:20] > > I like to be able to release distributions without necessarily > > touching a code module, if changes are just documentation, tests or > > other files. I only u

Re: Distribution version vs. Main package version

2008-11-10 Thread Gabor Szabo
On Mon, Nov 10, 2008 at 11:43 PM, Ricardo SIGNES <[EMAIL PROTECTED]> wrote: > * Jonas Brømsø Nielsen <[EMAIL PROTECTED]> [2008-11-10T16:15:20] >> I like to be able to release distributions without necessarily >> touching a code module, if changes are just documentation, tests or >> other files. I o

Re: Distribution version vs. Main package version

2008-11-10 Thread Ricardo SIGNES
* Jonas Brømsø Nielsen <[EMAIL PROTECTED]> [2008-11-10T16:15:20] > I like to be able to release distributions without necessarily > touching a code module, if changes are just documentation, tests or > other files. I only update package versions when code/functionality > changes, so developer

Distribution version vs. Main package version

2008-11-10 Thread Jonas Brømsø Nielsen
Hello Module Authors, I have received a RT ticket on my Workflow distribution. The RT raises an issue with the distribution version number not being equal to the one in the main package version, in my case Workflow.pm I like to be able to release distributions without necessarily touching