automatically update the internal versioning of MSVA.pm from the
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 20 Dec 2010 17:34:03 +0000 (12:34 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 20 Dec 2010 17:43:20 +0000 (12:43 -0500)
commit84558147cb31670f6bd425b8a6c858c5908cd40f
tree15c2ac36c0586ba5ba6ec28e006d54f15ddd8186
parenta5aa2dcbdf1ae3ef4c705af6d761a53b6f22fff1
automatically update the internal versioning of MSVA.pm from the
Changelog.

This is a little crufty (it might trip up people the first time they
bump versions directly from within a git repo, and cause a spurious
commit or two), but it has a few advantages:

 0) it is a simple, small change to make right now, and

 1) it means we can leave all the files in place, so the test harness
    can work in-place.

 2) our "upstream tarball" can continue to be cleanly built.

Probably the better long-term way to fix this is an "install" target
in the Makefile that does this substitution as it transfers the file
into place.  That target would need to know where to place perl
modules, among other things.  (see MS # 2684)
Makefile