Author: dom Date: 2010-02-28 16:06:19 +0000 (Sun, 28 Feb 2010) New Revision: 1281
Modified: trunk/lib/OpenGuides.pm trunk/lib/OpenGuides/Config.pm trunk/lib/OpenGuides/Feed.pm trunk/lib/OpenGuides/JSON.pm trunk/lib/OpenGuides/RDF.pm trunk/lib/OpenGuides/Template.pm trunk/lib/OpenGuides/Test.pm trunk/wiki.cgi Log: bump module version numbers
Modified: trunk/lib/OpenGuides/Config.pm =================================================================== --- trunk/lib/OpenGuides/Config.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/Config.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -3,7 +3,7 @@ use warnings;
use vars qw( $VERSION ); -$VERSION = '0.05'; +$VERSION = '0.06';
use Carp qw( croak ); use Config::Tiny;
Modified: trunk/lib/OpenGuides/Feed.pm =================================================================== --- trunk/lib/OpenGuides/Feed.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/Feed.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -3,7 +3,7 @@ use strict;
use vars qw( $VERSION ); -$VERSION = '0.01'; +$VERSION = '0.02';
use Wiki::Toolkit::Feed::Atom; use Wiki::Toolkit::Feed::RSS;
Modified: trunk/lib/OpenGuides/JSON.pm =================================================================== --- trunk/lib/OpenGuides/JSON.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/JSON.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -3,7 +3,7 @@ use strict;
use vars qw( $VERSION ); -$VERSION = '0.01'; +$VERSION = '0.02';
use Wiki::Toolkit::Plugin::JSON; use Time::Piece;
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/RDF.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -5,7 +5,7 @@ use OpenGuides::Utils;
use vars qw( $VERSION ); -$VERSION = '0.13'; +$VERSION = '0.14';
use Time::Piece; use URI::Escape;
Modified: trunk/lib/OpenGuides/Template.pm =================================================================== --- trunk/lib/OpenGuides/Template.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/Template.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.14'; +$VERSION = '0.15';
use Carp qw( croak ); use CGI; # want to get rid of this and put the burden on the templates
Modified: trunk/lib/OpenGuides/Test.pm =================================================================== --- trunk/lib/OpenGuides/Test.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides/Test.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -5,7 +5,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.05'; +$VERSION = '0.06';
use CGI;
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/lib/OpenGuides.pm 2010-02-28 16:06:19 UTC (rev 1281) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.64'; +$VERSION = '0.65';
=head1 NAME
Modified: trunk/wiki.cgi =================================================================== --- trunk/wiki.cgi 2010-02-28 15:57:36 UTC (rev 1280) +++ trunk/wiki.cgi 2010-02-28 16:06:19 UTC (rev 1281) @@ -5,7 +5,7 @@ use sigtrap die => 'normal-signals';
use vars qw( $VERSION ); -$VERSION = '0.64'; +$VERSION = '0.65';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org