Changeset 498
- Timestamp:
- 02/01/09 00:14:17 (3 years ago)
- Location:
- wiki-toolkit-formatter-usemod/trunk
- Files:
-
- 3 modified
- 1 copied
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
lib/Wiki/Toolkit/Formatter/UseMod.pm (modified) (3 diffs)
-
t/pod.t (copied) (copied from wiki-toolkit/trunk/t/500_pod.t)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-formatter-usemod/trunk/Changes
r417 r498 1 0.23 1 February 2009 2 Fix POD errors and add POD test (#46) 3 1 4 0.22 18 April 2008 2 5 Add missing prerequisite of Wiki::Toolkit to aid automated testing. -
wiki-toolkit-formatter-usemod/trunk/MANIFEST
r406 r498 14 14 t/node-suffix.t 15 15 t/paragraphs.t 16 t/pod.t 16 17 t/tables.t 17 18 t/twf-bug.t -
wiki-toolkit-formatter-usemod/trunk/lib/Wiki/Toolkit/Formatter/UseMod.pm
r418 r498 4 4 5 5 use vars qw( $VERSION @_links_found ); 6 $VERSION = '0.2 2';6 $VERSION = '0.23'; 7 7 8 8 use URI::Escape; … … 555 555 } 556 556 557 =back 558 557 559 =head1 SUBCLASSING 558 560 … … 649 651 650 652 Copyright (C) 2003-2004 Kake Pugh. All Rights Reserved. 651 Copyright (C) 2006-200 8the Wiki::Toolkit team. All Rights Reserved.653 Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. 652 654 653 655 This module is free software; you can redistribute it and/or modify it
