in reply to "Subversion" revision numbers as 0.01_blah
However, I have one question: I've read somewhere, or seen an example, of people using their CVS revision numbers as the last part of their module $VERSION numbers, so that you might have something like 1.02_13 where the _13 is the CVS revision number, which is automatically inserted when making a commit (I think).
If you follow this style you'll have problems releasing modules to CPAN since an "_" in the version string marks it as a developer release.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Subversion" revision numbers as 0.01_blah
by rvosa (Curate) on Jun 07, 2005 at 19:24 UTC | |
by adrianh (Chancellor) on Jun 12, 2005 at 22:56 UTC |