Changeset 810
- Timestamp:
- 06/14/06 22:27:32 (2 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
r809 r810 1 1 "#" items refer to tickets. See <http://dev.openguides.org/report/9> for details. 2 3 0.56 14 June 2006 4 Fix bug introduced in feed formatting where Atom feeds would be 5 produced when asked for RSS and vice versa. 2 6 3 7 0.55 13 June 2006 -
trunk/PREREQUISITES
r806 r810 1 Modules required by OpenGuides 0.5 51 Modules required by OpenGuides 0.56 2 2 =================================== 3 3 -
trunk/lib/OpenGuides.pm
r806 r810 15 15 use vars qw( $VERSION ); 16 16 17 $VERSION = '0.5 5';17 $VERSION = '0.56'; 18 18 19 19 =head1 NAME -
trunk/wiki.cgi
r806 r810 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.5 5';7 $VERSION = '0.56'; 8 8 9 9 use CGI qw/:standard/;
