- Timestamp:
- 02/23/09 13:14:20 (19 months ago)
- Location:
- trunk
- Files:
-
- 9 modified
-
lib/OpenGuides.pm (modified) (1 diff)
-
lib/OpenGuides/CGI.pm (modified) (2 diffs)
-
lib/OpenGuides/Config.pm (modified) (1 diff)
-
lib/OpenGuides/JSON.pm (modified) (1 diff)
-
lib/OpenGuides/RDF.pm (modified) (1 diff)
-
lib/OpenGuides/Template.pm (modified) (1 diff)
-
lib/OpenGuides/Test.pm (modified) (1 diff)
-
lib/OpenGuides/Utils.pm (modified) (1 diff)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OpenGuides.pm
r1240 r1256 15 15 use vars qw( $VERSION ); 16 16 17 $VERSION = '0.6 3';17 $VERSION = '0.64'; 18 18 19 19 =head1 NAME -
trunk/lib/OpenGuides/CGI.pm
r1254 r1256 2 2 use strict; 3 3 use vars qw( $VERSION ); 4 $VERSION = '0.0 8';4 $VERSION = '0.09'; 5 5 6 6 use Carp qw( croak ); … … 308 308 =head1 COPYRIGHT 309 309 310 Copyright (C) 2003-200 7The OpenGuides Project. All Rights Reserved.310 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 311 311 312 312 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/Config.pm
r1240 r1256 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.0 4';6 $VERSION = '0.05'; 7 7 8 8 use Carp qw( croak ); -
trunk/lib/OpenGuides/JSON.pm
r1227 r1256 285 285 =head1 COPYRIGHT 286 286 287 Copyright (C) 2003-200 5The OpenGuides Project. All Rights Reserved.287 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 288 288 289 289 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/RDF.pm
r1232 r1256 6 6 7 7 use vars qw( $VERSION ); 8 $VERSION = '0.1 2';8 $VERSION = '0.13'; 9 9 10 10 use Time::Piece; -
trunk/lib/OpenGuides/Template.pm
r1236 r1256 3 3 use strict; 4 4 use vars qw( $VERSION ); 5 $VERSION = '0.1 3';5 $VERSION = '0.14'; 6 6 7 7 use Carp qw( croak ); -
trunk/lib/OpenGuides/Test.pm
r1240 r1256 5 5 use strict; 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.0 4';7 $VERSION = '0.05'; 8 8 9 9 use CGI; -
trunk/lib/OpenGuides/Utils.pm
r1247 r1256 3 3 use strict; 4 4 use vars qw( $VERSION ); 5 $VERSION = '0.1 1';5 $VERSION = '0.12'; 6 6 7 7 use Carp qw( croak ); -
trunk/wiki.cgi
r1227 r1256 6 6 7 7 use vars qw( $VERSION ); 8 $VERSION = '0.6 3';8 $VERSION = '0.64'; 9 9 10 10 use CGI qw/:standard/;
