Changeset 1163
- Timestamp:
- 06/08/08 00:23:32 (4 months ago)
- Location:
- trunk
- Files:
-
- 8 modified
-
lib/OpenGuides.pm (modified) (2 diffs)
-
lib/OpenGuides/Build.pm (modified) (1 diff)
-
lib/OpenGuides/Config.pm (modified) (2 diffs)
-
lib/OpenGuides/RDF.pm (modified) (2 diffs)
-
lib/OpenGuides/Search.pm (modified) (2 diffs)
-
lib/OpenGuides/Test.pm (modified) (2 diffs)
-
lib/OpenGuides/Utils.pm (modified) (2 diffs)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OpenGuides.pm
r1141 r1163 15 15 use vars qw( $VERSION ); 16 16 17 $VERSION = '0.6 1';17 $VERSION = '0.62'; 18 18 19 19 =head1 NAME … … 2244 2244 =head1 COPYRIGHT 2245 2245 2246 Copyright (C) 2003-200 7The OpenGuides Project. All Rights Reserved.2246 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 2247 2247 2248 2248 The OpenGuides distribution is free software; you can redistribute it -
trunk/lib/OpenGuides/Build.pm
r1116 r1163 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.0 1';6 $VERSION = '0.02'; 7 7 8 8 use Module::Build; -
trunk/lib/OpenGuides/Config.pm
r1117 r1163 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.0 2';6 $VERSION = '0.03'; 7 7 8 8 use Carp qw( croak ); … … 343 343 =head1 COPYRIGHT 344 344 345 Copyright (C) 2004-200 7The OpenGuides Project. All Rights Reserved.345 Copyright (C) 2004-2008 The OpenGuides Project. All Rights Reserved. 346 346 347 347 The OpenGuides distribution is free software; you can redistribute it -
trunk/lib/OpenGuides/RDF.pm
r1133 r1163 6 6 7 7 use vars qw( $VERSION ); 8 $VERSION = '0.1 0';8 $VERSION = '0.11'; 9 9 10 10 use Time::Piece; … … 284 284 =head1 COPYRIGHT 285 285 286 Copyright (C) 2003-200 7The OpenGuides Project. All Rights Reserved.286 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 287 287 288 288 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/Search.pm
r1140 r1163 1 1 package OpenGuides::Search; 2 2 use strict; 3 our $VERSION = '0.1 1';3 our $VERSION = '0.12'; 4 4 5 5 use CGI qw( :standard ); … … 832 832 =head1 COPYRIGHT 833 833 834 Copyright (C) 2003-200 7The OpenGuides Project. All Rights Reserved.834 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 835 835 836 836 The OpenGuides distribution is free software; you can redistribute it -
trunk/lib/OpenGuides/Test.pm
r1161 r1163 5 5 use strict; 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.0 3';7 $VERSION = '0.04'; 8 8 9 9 use CGI; … … 211 211 =head1 COPYRIGHT 212 212 213 Copyright (C) 2004-200 7The OpenGuides Project. All Rights Reserved.213 Copyright (C) 2004-2008 The OpenGuides Project. All Rights Reserved. 214 214 215 215 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/Utils.pm
r1161 r1163 3 3 use strict; 4 4 use vars qw( $VERSION ); 5 $VERSION = '0.1 0';5 $VERSION = '0.11'; 6 6 7 7 use Carp qw( croak ); … … 500 500 =head1 COPYRIGHT 501 501 502 Copyright (C) 2003-200 7The OpenGuides Project. All Rights Reserved.502 Copyright (C) 2003-2008 The OpenGuides Project. All Rights Reserved. 503 503 504 504 This module is free software; you can redistribute it and/or modify it -
trunk/wiki.cgi
r1162 r1163 6 6 7 7 use vars qw( $VERSION ); 8 $VERSION = '0.6 1';8 $VERSION = '0.62'; 9 9 10 10 use CGI qw/:standard/;
