|
From: <mn...@us...> - 2007-05-07 17:49:06
|
Author: mnodine Date: 2007-05-07 19:48:13 +0200 (Mon, 07 May 2007) New Revision: 5071 Modified: trunk/prest/ChangeLog trunk/prest/lib/Text/Restructured.pm trunk/prest/lib/Text/Restructured/Directive/code_block.pm trunk/prest/lib/Text/Restructured/Directive/if.pm trunk/prest/lib/Text/Restructured/Directive/perl.pm trunk/prest/lib/Text/Restructured/Directive/system.pm trunk/prest/lib/Text/Restructured/Graph.pm trunk/prest/lib/Text/Restructured/Transforms.pm trunk/prest/lib/Text/Restructured/URIre.pm trunk/prest/lib/Text/Restructured/Writer.pm Log: Made most of the perl modules use the subversion release as version number. Modified: trunk/prest/ChangeLog =================================================================== --- trunk/prest/ChangeLog 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/ChangeLog 2007-05-07 17:48:13 UTC (rev 5071) @@ -5,6 +5,11 @@ .. contents:: +Release 0.3.30 +-------------- +* Fixed problem with find command in Makefile.PL that used a Linuxism. +* Made most of the perl modules use the subversion release as version number. + Release 0.3.29 -------------- * Renamed ReleaseNotes.txt to ChangeLog so that it will appear as a Modified: trunk/prest/lib/Text/Restructured/Directive/code_block.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Directive/code_block.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Directive/code_block.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -8,7 +8,7 @@ package Text::Restructured::Directive::code_block; -$VERSION = ( q$Revision: 729$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; =pod =begin reST Modified: trunk/prest/lib/Text/Restructured/Directive/if.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Directive/if.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Directive/if.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -8,7 +8,7 @@ package Text::Restructured::Directive::if; -$VERSION = ( q$Revision: 768$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; =pod =begin reST Modified: trunk/prest/lib/Text/Restructured/Directive/perl.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Directive/perl.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Directive/perl.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -8,7 +8,7 @@ package Text::Restructured::Directive::perl; -$VERSION = ( q$Revision: 768$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; =pod =begin reST Modified: trunk/prest/lib/Text/Restructured/Directive/system.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Directive/system.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Directive/system.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -8,7 +8,7 @@ package Text::Restructured::Directive::system; -$VERSION = ( q$Revision: 768$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; =pod =begin reST Modified: trunk/prest/lib/Text/Restructured/Graph.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Graph.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Graph.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -5,7 +5,7 @@ package Text::Restructured::Graph; -$VERSION = ( q$Revision: 4330$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; # This package contains routines for representing and manipulating # graph objects. Modified: trunk/prest/lib/Text/Restructured/Transforms.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Transforms.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Transforms.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -37,6 +37,8 @@ # the original python implementation of docutils. package Text::Restructured::docutils::transforms::components; +($VERSION) = q$Revision$ =~ /(\d+)/g; + =pod =begin reST =begin Usage Modified: trunk/prest/lib/Text/Restructured/URIre.pm =================================================================== --- trunk/prest/lib/Text/Restructured/URIre.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/URIre.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -5,7 +5,7 @@ package Text::Restructured::URIre; -$VERSION = ( q$Revision: 4580$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; # Declare read-only regular expressions for URI references Modified: trunk/prest/lib/Text/Restructured/Writer.pm =================================================================== --- trunk/prest/lib/Text/Restructured/Writer.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured/Writer.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -5,7 +5,7 @@ package Text::Restructured::Writer; -$VERSION = ( q$Revision: 4580$ ) =~ /(\d+)/g; +($VERSION) = q$Revision$ =~ /(\d+)/g; # This package contains routines for parsing and processing # writer schemas for Text::Restructured. Modified: trunk/prest/lib/Text/Restructured.pm =================================================================== --- trunk/prest/lib/Text/Restructured.pm 2007-05-07 17:47:17 UTC (rev 5070) +++ trunk/prest/lib/Text/Restructured.pm 2007-05-07 17:48:13 UTC (rev 5071) @@ -5,7 +5,8 @@ package Text::Restructured; -$VERSION = 0.003029; +# N.B.: keep version in quotes so trailing 0's are not lost +$VERSION = '0.003030'; # This package does parsing of reStructuredText files |