Changeset 498

Show
Ignore:
Timestamp:
02/01/09 00:14:17 (3 years ago)
Author:
dom
Message:

Fix POD errors and add POD test (fixes #46)

Location:
wiki-toolkit-formatter-usemod/trunk
Files:
3 modified
1 copied

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/Changes

    r417 r498  
     10.23    1 February 2009 
     2        Fix POD errors and add POD test (#46) 
     3 
    140.22    18 April 2008 
    25        Add missing prerequisite of Wiki::Toolkit to aid automated testing. 
  • wiki-toolkit-formatter-usemod/trunk/MANIFEST

    r406 r498  
    1414t/node-suffix.t 
    1515t/paragraphs.t 
     16t/pod.t 
    1617t/tables.t 
    1718t/twf-bug.t 
  • wiki-toolkit-formatter-usemod/trunk/lib/Wiki/Toolkit/Formatter/UseMod.pm

    r418 r498  
    44 
    55use vars qw( $VERSION @_links_found ); 
    6 $VERSION = '0.22'; 
     6$VERSION = '0.23'; 
    77 
    88use URI::Escape; 
     
    555555} 
    556556 
     557=back 
     558 
    557559=head1 SUBCLASSING 
    558560 
     
    649651 
    650652     Copyright (C) 2003-2004 Kake Pugh.  All Rights Reserved. 
    651      Copyright (C) 2006-2008 the Wiki::Toolkit team. All Rights Reserved. 
     653     Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. 
    652654 
    653655This module is free software; you can redistribute it and/or modify it