Changeset 674
- Timestamp:
- 10/02/05 19:37:40 (3 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
r673 r674 1 0.50 2 October 2005 2 Remove rogue ampersand that had crept into the RSS feed. 3 1 4 0.49 24 July 2005 2 5 Add updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes 3 6 a test failure) 4 Remove rogue ampersand that had crept into the RSS feed.5 7 6 8 0.48 24 July 2005 -
trunk/PREREQUISITES
r670 r674 1 Modules required by OpenGuides 0. 491 Modules required by OpenGuides 0.50 2 2 =================================== 3 3 -
trunk/lib/OpenGuides.pm
r670 r674 14 14 use vars qw( $VERSION ); 15 15 16 $VERSION = '0. 49';16 $VERSION = '0.50'; 17 17 18 18 =head1 NAME -
trunk/wiki.cgi
r670 r674 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0. 49';7 $VERSION = '0.50'; 8 8 9 9 use CGI qw/:standard/;
