Show
Ignore:
Timestamp:
05/16/06 18:24:23 (6 years ago)
Author:
dom
Message:

Final renames.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-diff/trunk/Makefile.PL

    r283 r286  
    33# the contents of the Makefile that is written. 
    44WriteMakefile( 
    5     'NAME'              => 'CGI::Wiki::Plugin::Diff', 
    6     'VERSION_FROM'      => 'lib/CGI/Wiki/Plugin/Diff.pm', # finds $VERSION 
     5    'NAME'              => 'Wiki::Toolkit::Plugin::Diff', 
     6    'VERSION_FROM'      => 'lib/Wiki/Toolkit/Plugin/Diff.pm', # finds $VERSION 
    77    'PREREQ_PM'         => {VCS::Lite => '0.05', 
    8                             CGI::Wiki => '0.44', 
     8                            Wiki::Toolkit => 0, 
    99                            Module::Optional => 0, 
    1010                            }, # e.g., Module::Name => 1.1 
    1111    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005 
    12       (ABSTRACT_FROM => 'lib/CGI/Wiki/Plugin/Diff.pm', # retrieve abstract from module 
     12      (ABSTRACT_FROM => 'lib/Wiki/Toolkit/Plugin/Diff.pm', # retrieve abstract from module 
    1313       AUTHOR     => 'Ivor Williams (IVORW (at) cpan [dot] org)') : ()), 
    1414);