|
From: <mn...@us...> - 2007-05-07 14:40:18
|
Author: mnodine Date: 2007-05-07 16:39:59 +0200 (Mon, 07 May 2007) New Revision: 5069 Modified: trunk/prest/lib/Text/Restructured/DOM.pm Log: Make $VERSION return the svn version number. Modified: trunk/prest/lib/Text/Restructured/DOM.pm =================================================================== --- trunk/prest/lib/Text/Restructured/DOM.pm 2007-05-04 22:46:53 UTC (rev 5068) +++ trunk/prest/lib/Text/Restructured/DOM.pm 2007-05-07 14:39:59 UTC (rev 5069) @@ -5,7 +5,7 @@ package Text::Restructured::DOM; -$VERSION = ( q$Revision: 5055$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; # This package contains routines for Document Object Model (DOM) objects. # A DOM object is the prest equivalent of a doctree object. |