Changeset 569
- Timestamp:
- 11/30/04 23:33:08 (4 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
PREREQUISITES (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (1 diff)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r559 r569 1 1 0.45 1 December 2004 2 2 Made the geolocation stuff work worldwide. Squeeeeeee! 3 3 You can now choose between doing your distance calculations with -
trunk/PREREQUISITES
r559 r569 1 Modules required by OpenGuides 0.4 41 Modules required by OpenGuides 0.45 2 2 =================================== 3 3 -
trunk/lib/OpenGuides.pm
r564 r569 14 14 use vars qw( $VERSION ); 15 15 16 $VERSION = '0.4 4';16 $VERSION = '0.45'; 17 17 18 18 =head1 NAME -
trunk/wiki.cgi
r563 r569 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.4 4';7 $VERSION = '0.45'; 8 8 9 9 use CGI qw/:standard/;
