Changeset 526
- Timestamp:
- 08/14/10 11:07:45 (18 months ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
r515 r526 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.7 8';6 $VERSION = '0.79'; 7 7 8 8 use Carp qw(croak carp); … … 1047 1047 =head1 BUGS 1048 1048 1049 Versions between 0.75 and 0.7 8inclusive contain a bug which prevents1049 Versions between 0.75 and 0.79 inclusive contain a bug which prevents 1050 1050 Recent Changes routines from working correctly if minor changes are excluded 1051 1051 <http://www.wiki-toolkit.org/ticket/41>. You may wish to avoid upgrading to
