=head1 NAME Kwiki::RenamePage - Better Names for Misnamed Kwiki Pages =head1 VERSION Version 0.01 =cut =head1 SYNOPSIS Moves content of OldPage to NewName, replacing it with the message, "This page has moved to NewName." Text in other pages which could have been a link to OldPage is changed to link to NewName, but with the old text left parenthesized as, "(Old name: OldPage)". =cut =head1 METHODS =over 8 =item B Plug the plugin in. =cut =item B Rename the page. =cut =back =head1 AUTHOR Dr Bean, C<< >> =head1 BUGS Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT You can find documentation for this module with the perldoc command. perldoc Kwiki::RenamePage You can also look for information at: =over 4 =item * AnnoCPAN: Annotated CPAN documentation L =item * CPAN Ratings L =item * RT: CPAN's request tracker L =item * Search CPAN L =back =head1 ACKNOWLEDGEMENTS =head1 COPYRIGHT & LICENSE Copyright 2006 Dr Bean, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.