"Matthew Persico" <[EMAIL PROTECTED]> writes:

> Yes, we should all be using tags. However, it is much safer to do
> 
> ## WARNING, UNTESTED CODE FROM MEMORY:::
> ($VERSION) = '$Revision$ =~ s/\$Revision: (.*)\$/$1/;
> 
> or something like that than remember to update the number each time you
> release a Perl module since $VERSION is a critical part of 'make dist'. And
> 1.1.1.1 is a bad number for Perl versions. It's not a showstopper, it is
> just annoying.

I don't think this is "safer", I think it is "simpler". However,
things should be a simple as possible, but no simpler!

I keep a text file called "release_process.text", that lists all the
things to do when I do a release. Think of it as a shell script run by
the "Matthew" processor :). It has a lot more in it than "bump version
number"! 

-- 
-- Stephe
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to