texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tp versions


From: Karl Berry
Subject: tp versions
Date: Wed, 4 Jan 2012 11:20:49 -0800

Many of the .pm files evidently define their own version.
Is there a reason why they all need a separate version?
It seems like a nightmare to me.
If the idea is to have unique version information for the submodules,
then I think we should use something automated, like $Id$ or $Revision$.

Meanwhile, where is the "real" version number defined?  It would be best
to be able to use the value in configure.ac (currently 4.13.90), but if
that's not practical, we can just edit it.  But let's edit it in only
one place :).

On a semi-related front: does the ./Changes file serve a real purpose?
I don't see it.

Thanks,
karl

grep -Hnir '0\.01' .
./Changes:5:0.01  Sat Sep  4 13:51:26 2010
./Texinfo/Convert/Plaintext.pm:56:$VERSION = '0.01';
./Texinfo/Convert/NodeNameNormalization.pm:58:$VERSION = '0.01';
./Texinfo/Convert/Info.pm:48:$VERSION = '0.01';
./Texinfo/Convert/HTML.pm:56:$VERSION = '0.01';
./Texinfo/Convert/Text.pm:55:$VERSION = '0.01';
./Texinfo/Convert/Converter.pm:54:$VERSION = '0.01';
./Texinfo/Convert/Texinfo.pm:49:$VERSION = '0.01';
./Texinfo/Convert/XML.pm:55:$VERSION = '0.01';
./Texinfo/Convert/DocBook.pm:56:$VERSION = '0.01';
./Texinfo/Convert/Unicode.pm:54:$VERSION = '0.01';
./Texinfo/Parser.pm:87:$VERSION = '0.01';
./Texinfo/Encoding.pm:47:$VERSION = '0.01';
./Texinfo/Report.pm:41:$VERSION = '0.01';
./Texinfo/Structuring.pm:65:$VERSION = '0.01';
./Texinfo/Common.pm:64:$VERSION = '0.01';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]