From: Nicholas Clark Date: Mon, 28 Sep 2009 15:01:01 +0000 (+0100) Subject: Move Pod::Plainer from ext/ to dist/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea6a18807a96ca23333934a286429145ae29eea4;p=p5sagit%2Fp5-mst-13.2.git Move Pod::Plainer from ext/ to dist/ --- diff --git a/MANIFEST b/MANIFEST index 6b914a1..2af8439 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 318c617..a4f57c1 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 similarity index 100% rename from ext/Pod-Plainer/Plainer.pm rename to dist/Pod-Plainer/Plainer.pm diff --git a/ext/Pod-Plainer/t/plainer.t b/dist/Pod-Plainer/t/plainer.t similarity index 100% rename from ext/Pod-Plainer/t/plainer.t rename to dist/Pod-Plainer/t/plainer.t