diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 16:01:01 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 11:12:38 +0100 |
commit | ea6a18807a96ca23333934a286429145ae29eea4 (patch) | |
tree | 702872b60c6cc84f9b39c6ae95a340666aee32c4 | |
parent | 1996665eb2c109625e05a30baf70adf11570e7e1 (diff) | |
download | perl-ea6a18807a96ca23333934a286429145ae29eea4.tar.gz |
Move Pod::Plainer from ext/ to dist/
-rw-r--r-- | MANIFEST | 4 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | dist/Pod-Plainer/Plainer.pm (renamed from ext/Pod-Plainer/Plainer.pm) | 0 | ||||
-rw-r--r-- | dist/Pod-Plainer/t/plainer.t (renamed from ext/Pod-Plainer/t/plainer.t) | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -1146,6 +1146,8 @@ dist/Net-Ping/t/410_syn_host.t Ping Net::Ping dist/Net-Ping/t/450_service.t Ping Net::Ping dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping +dist/Pod-Plainer/Plainer.pm Pod migration utility module +dist/Pod-Plainer/t/plainer.t Test Pod::Plainer djgpp/config.over DOS/DJGPP port djgpp/configure.bat DOS/DJGPP port djgpp/djgpp.c DOS/DJGPP port @@ -2292,8 +2294,6 @@ ext/Pod-Perldoc/t/01_about_verbose.t test Pod::Perldoc ext/Pod-Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker ext/Pod-Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation ext/Pod-Perldoc/t/textbasic.t test Pod::Perldoc::ToText -ext/Pod-Plainer/Plainer.pm Pod migration utility module -ext/Pod-Plainer/t/plainer.t Test Pod::Plainer ext/Pod-Simple/ChangeLog Pod::Simple ChangeLog ext/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox ext/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 318c617af3..a4f57c1c93 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1265,7 +1265,7 @@ use File::Glob qw(:case); 'Pod::Plainer' => { 'MAINTAINER' => 'rmbarker', - 'FILES' => q[ext/Pod-Plainer], + 'FILES' => q[dist/Pod-Plainer], 'CPAN' => 1, 'UPSTREAM' => 'blead', # DEPRECATED => 5.11.0, diff --git a/ext/Pod-Plainer/Plainer.pm b/dist/Pod-Plainer/Plainer.pm index f64eb601ed..f64eb601ed 100644 --- a/ext/Pod-Plainer/Plainer.pm +++ b/dist/Pod-Plainer/Plainer.pm diff --git a/ext/Pod-Plainer/t/plainer.t b/dist/Pod-Plainer/t/plainer.t index c6f178a253..c6f178a253 100644 --- a/ext/Pod-Plainer/t/plainer.t +++ b/dist/Pod-Plainer/t/plainer.t |