[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6548] Allow non numerical symbols in version.
From: |
Patrice Dumas |
Subject: |
[6548] Allow non numerical symbols in version. |
Date: |
Tue, 18 Aug 2015 21:56:43 +0000 |
Revision: 6548
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6548
Author: pertusus
Date: 2015-08-18 21:56:42 +0000 (Tue, 18 Aug 2015)
Log Message:
-----------
Allow non numerical symbols in version.
Modified Paths:
--------------
trunk/tp/maintain/change_perl_modules_version.sh
Modified: trunk/tp/maintain/change_perl_modules_version.sh
===================================================================
--- trunk/tp/maintain/change_perl_modules_version.sh 2015-08-18 18:56:05 UTC
(rev 6547)
+++ trunk/tp/maintain/change_perl_modules_version.sh 2015-08-18 21:56:42 UTC
(rev 6548)
@@ -10,4 +10,4 @@
#find Texinfo/ -name '*.pm' | xargs sed -i -e 's/\$VERSION =
'"'"'\([0-9.]\+\)'"'"'/$VERSION = '"'$VERS'"'/'
-find Texinfo/ -name '*.pm' | xargs perl -pi -e 's/\$VERSION =
'"'"'([0-9.]+)'"'"'/\$VERSION = '"'$VERS'"'/'
+find Texinfo/ -name '*.pm' | xargs perl -pi -e 's/\$VERSION =
'"'([0-9.]+[^']*)'"'/\$VERSION = '"'$VERS'"'/'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6548] Allow non numerical symbols in version.,
Patrice Dumas <=