On Sun Dec 18 12:10:46 2011, CHISEL wrote:
Show quoted text> Here's one way to make sure that all your files have and use the same
> version number:
>
> Create *::Version module and get Makefile.PL and distro modules all
get
Show quoted text> their version from there.
>
> Personally I prefer dzil for managing things like this now but I
realise
Show quoted text> it's not everyone's cup of tea.
>
> [example commit to follow]
Problem there is that there are multiple files which have separate
versions. The distro version may be incremented due to changes in the
doc's that have no affect on another module. More likely, I'll end up
with the FB::l 5.8 code frozen forever with the current version updated
regularly. If MakeMaker supported v-strings I'd be a lot simpler since
I could use the _curr file for the version, but that doesn't look
likely to happen any time soon.