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

fix up pod and add pod testing (fixes #45)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Formatter/WikiLinkFormatterParent.pm

    r431 r497  
    2727} 
    2828 
    29 =item B<rename_links> 
     29=head1 METHODS 
     30 
     31=head2 C<rename_links> 
    3032 
    3133  $formatter->rename_links( $from, $to, $content ); 
     
    5658} 
    5759 
    58 =item B<find_internal_links> 
     60=head2 C<find_internal_links> 
    5961 
    6062  my @links_to = $formatter->find_internal_links( $content ); 
     
    9597} 
    9698 
    97 =cut 
    98  
    9999=head1 SEE ALSO 
    100100 
     
    108108 
    109109     Copyright (C) 2002-2003 Kake Pugh.  All Rights Reserved. 
    110      Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. 
     110     Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. 
    111111 
    112112This module is free software; you can redistribute it and/or modify it