Author: bob Date: 2012-05-07 10:59:27 +0100 (Mon, 07 May 2012) New Revision: 1392
Modified: branches/rel_0_67/lib/OpenGuides/CGI.pm branches/rel_0_67/lib/OpenGuides/Config.pm branches/rel_0_67/lib/OpenGuides/JSON.pm branches/rel_0_67/lib/OpenGuides/Template.pm branches/rel_0_67/lib/OpenGuides/Utils.pm Log: bump version numbers and update copyright on changed modules.
Modified: branches/rel_0_67/lib/OpenGuides/CGI.pm =================================================================== --- branches/rel_0_67/lib/OpenGuides/CGI.pm 2012-05-07 09:47:20 UTC (rev 1391) +++ branches/rel_0_67/lib/OpenGuides/CGI.pm 2012-05-07 09:59:27 UTC (rev 1392) @@ -1,7 +1,7 @@ package OpenGuides::CGI; use strict; use vars qw( $VERSION ); -$VERSION = '0.10'; +$VERSION = '0.11';
use Carp qw( croak ); use CGI;
Modified: branches/rel_0_67/lib/OpenGuides/Config.pm =================================================================== --- branches/rel_0_67/lib/OpenGuides/Config.pm 2012-05-07 09:47:20 UTC (rev 1391) +++ branches/rel_0_67/lib/OpenGuides/Config.pm 2012-05-07 09:59:27 UTC (rev 1392) @@ -3,7 +3,7 @@ use warnings;
use vars qw( $VERSION ); -$VERSION = '0.06'; +$VERSION = '0.07';
use Carp qw( croak ); use Config::Tiny;
Modified: branches/rel_0_67/lib/OpenGuides/JSON.pm =================================================================== --- branches/rel_0_67/lib/OpenGuides/JSON.pm 2012-05-07 09:47:20 UTC (rev 1391) +++ branches/rel_0_67/lib/OpenGuides/JSON.pm 2012-05-07 09:59:27 UTC (rev 1392) @@ -3,7 +3,7 @@ use strict;
use vars qw( $VERSION ); -$VERSION = '0.02'; +$VERSION = '0.03';
use Wiki::Toolkit::Plugin::JSON; use Time::Piece; @@ -312,7 +312,7 @@
=head1 COPYRIGHT
-Copyright (C) 2003-2009 The OpenGuides Project. All Rights Reserved. +Copyright (C) 2003-2012 The OpenGuides Project. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Modified: branches/rel_0_67/lib/OpenGuides/Template.pm =================================================================== --- branches/rel_0_67/lib/OpenGuides/Template.pm 2012-05-07 09:47:20 UTC (rev 1391) +++ branches/rel_0_67/lib/OpenGuides/Template.pm 2012-05-07 09:59:27 UTC (rev 1392) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.16'; +$VERSION = '0.17';
use Carp qw( croak ); use CGI; # want to get rid of this and put the burden on the templates
Modified: branches/rel_0_67/lib/OpenGuides/Utils.pm =================================================================== --- branches/rel_0_67/lib/OpenGuides/Utils.pm 2012-05-07 09:47:20 UTC (rev 1391) +++ branches/rel_0_67/lib/OpenGuides/Utils.pm 2012-05-07 09:59:27 UTC (rev 1392) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.12'; +$VERSION = '0.13';
use Carp qw( croak ); use Wiki::Toolkit; @@ -545,7 +545,7 @@
=head1 COPYRIGHT
- Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. + Copyright (C) 2003-2012 The OpenGuides Project. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
openguides-commits@lists.openguides.org