From: Nicholas Clark Date: Sat, 26 Sep 2009 15:47:48 +0000 (+0100) Subject: Move podlators from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4e6b6923ba5d1ff0ca1ddc96955a42cab82e1e4;hp=832db5b145e835174f45afb2c497b046dc1fc2ac;p=p5sagit%2Fp5-mst-13.2.git Move podlators from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index dcda9e5..0a4b51f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -701,6 +701,36 @@ cpan/Parse-CPAN-Meta/t/data/toolbar.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/vanilla.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm Parse::CPAN::Meta testing library +cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff +cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text +cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text +cpan/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text +cpan/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text +cpan/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes +cpan/podlators/Makefile.PL +cpan/podlators/t/basic.cap podlators test +cpan/podlators/t/basic.clr podlators test +cpan/podlators/t/basic.man podlators test +cpan/podlators/t/basic.ovr podlators test +cpan/podlators/t/basic.pod podlators test +cpan/podlators/t/basic.t podlators test +cpan/podlators/t/basic.txt podlators test +cpan/podlators/t/color.t podlators test +cpan/podlators/t/filehandle.t podlators test +cpan/podlators/t/man-options.t podlators test +cpan/podlators/t/man.t podlators test +cpan/podlators/t/man-utf8.t podlators test +cpan/podlators/t/parselink.t podlators test +cpan/podlators/t/pod-parser.t podlators test +cpan/podlators/t/pod-spelling.t podlators test +cpan/podlators/t/pod.t podlators test +cpan/podlators/t/termcap.t podlators test +cpan/podlators/t/text-encoding.t podlators test +cpan/podlators/t/text-options.t podlators test +cpan/podlators/t/text.t podlators test +cpan/podlators/t/text-utf8.t podlators test +cpan/podlators/VERSION podlators custom Makefile.PL +cpan/podlators/VERSION podlators distribution version cpan/Sys-Syslog/Changes Changlog for Sys::Syslog cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file @@ -2157,36 +2187,6 @@ ext/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes ext/Pod-LaTeX/LaTeX.pm Convert POD data to LaTeX ext/Pod-LaTeX/t/pod2latex.t See if Pod::LaTeX works ext/Pod-LaTeX/t/user.t See if Pod::LaTeX works -ext/podlators/lib/Pod/Man.pm Convert POD data to *roff -ext/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text -ext/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text -ext/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text -ext/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text -ext/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes -ext/podlators/Makefile.PL -ext/podlators/t/basic.cap podlators test -ext/podlators/t/basic.clr podlators test -ext/podlators/t/basic.man podlators test -ext/podlators/t/basic.ovr podlators test -ext/podlators/t/basic.pod podlators test -ext/podlators/t/basic.t podlators test -ext/podlators/t/basic.txt podlators test -ext/podlators/t/color.t podlators test -ext/podlators/t/filehandle.t podlators test -ext/podlators/t/man-options.t podlators test -ext/podlators/t/man.t podlators test -ext/podlators/t/man-utf8.t podlators test -ext/podlators/t/parselink.t podlators test -ext/podlators/t/pod-parser.t podlators test -ext/podlators/t/pod-spelling.t podlators test -ext/podlators/t/pod.t podlators test -ext/podlators/t/termcap.t podlators test -ext/podlators/t/text-encoding.t podlators test -ext/podlators/t/text-options.t podlators test -ext/podlators/t/text.t podlators test -ext/podlators/t/text-utf8.t podlators test -ext/podlators/VERSION podlators custom Makefile.PL -ext/podlators/VERSION podlators distribution version ext/Pod-Parser/lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors ext/Pod-Parser/lib/Pod/Find.pm used by pod/splitpod ext/Pod-Parser/lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f9704e8..a7f1bd9 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1294,11 +1294,11 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rra', 'DISTRIBUTION' => 'RRA/podlators-2.2.2.tar.gz', - 'FILES' => q[ext/podlators + 'FILES' => q[cpan/podlators pod/pod2man.PL pod/pod2text.PL ], - 'MAP' => { '' => 'ext/podlators/', + 'MAP' => { '' => 'cpan/podlators/', 'scripts/' => 'pod/', }, 'CPAN' => 1, diff --git a/ext/podlators/Makefile.PL b/cpan/podlators/Makefile.PL similarity index 100% rename from ext/podlators/Makefile.PL rename to cpan/podlators/Makefile.PL diff --git a/ext/podlators/VERSION b/cpan/podlators/VERSION similarity index 100% rename from ext/podlators/VERSION rename to cpan/podlators/VERSION diff --git a/ext/podlators/lib/Pod/Man.pm b/cpan/podlators/lib/Pod/Man.pm similarity index 100% rename from ext/podlators/lib/Pod/Man.pm rename to cpan/podlators/lib/Pod/Man.pm diff --git a/ext/podlators/lib/Pod/ParseLink.pm b/cpan/podlators/lib/Pod/ParseLink.pm similarity index 100% rename from ext/podlators/lib/Pod/ParseLink.pm rename to cpan/podlators/lib/Pod/ParseLink.pm diff --git a/ext/podlators/lib/Pod/Text.pm b/cpan/podlators/lib/Pod/Text.pm similarity index 100% rename from ext/podlators/lib/Pod/Text.pm rename to cpan/podlators/lib/Pod/Text.pm diff --git a/ext/podlators/lib/Pod/Text/Color.pm b/cpan/podlators/lib/Pod/Text/Color.pm similarity index 100% rename from ext/podlators/lib/Pod/Text/Color.pm rename to cpan/podlators/lib/Pod/Text/Color.pm diff --git a/ext/podlators/lib/Pod/Text/Overstrike.pm b/cpan/podlators/lib/Pod/Text/Overstrike.pm similarity index 100% rename from ext/podlators/lib/Pod/Text/Overstrike.pm rename to cpan/podlators/lib/Pod/Text/Overstrike.pm diff --git a/ext/podlators/lib/Pod/Text/Termcap.pm b/cpan/podlators/lib/Pod/Text/Termcap.pm similarity index 100% rename from ext/podlators/lib/Pod/Text/Termcap.pm rename to cpan/podlators/lib/Pod/Text/Termcap.pm diff --git a/ext/podlators/t/basic.cap b/cpan/podlators/t/basic.cap similarity index 100% rename from ext/podlators/t/basic.cap rename to cpan/podlators/t/basic.cap diff --git a/ext/podlators/t/basic.clr b/cpan/podlators/t/basic.clr similarity index 100% rename from ext/podlators/t/basic.clr rename to cpan/podlators/t/basic.clr diff --git a/ext/podlators/t/basic.man b/cpan/podlators/t/basic.man similarity index 100% rename from ext/podlators/t/basic.man rename to cpan/podlators/t/basic.man diff --git a/ext/podlators/t/basic.ovr b/cpan/podlators/t/basic.ovr similarity index 100% rename from ext/podlators/t/basic.ovr rename to cpan/podlators/t/basic.ovr diff --git a/ext/podlators/t/basic.pod b/cpan/podlators/t/basic.pod similarity index 100% rename from ext/podlators/t/basic.pod rename to cpan/podlators/t/basic.pod diff --git a/ext/podlators/t/basic.t b/cpan/podlators/t/basic.t similarity index 100% rename from ext/podlators/t/basic.t rename to cpan/podlators/t/basic.t diff --git a/ext/podlators/t/basic.txt b/cpan/podlators/t/basic.txt similarity index 100% rename from ext/podlators/t/basic.txt rename to cpan/podlators/t/basic.txt diff --git a/ext/podlators/t/color.t b/cpan/podlators/t/color.t similarity index 100% rename from ext/podlators/t/color.t rename to cpan/podlators/t/color.t diff --git a/ext/podlators/t/filehandle.t b/cpan/podlators/t/filehandle.t similarity index 100% rename from ext/podlators/t/filehandle.t rename to cpan/podlators/t/filehandle.t diff --git a/ext/podlators/t/man-options.t b/cpan/podlators/t/man-options.t similarity index 100% rename from ext/podlators/t/man-options.t rename to cpan/podlators/t/man-options.t diff --git a/ext/podlators/t/man-utf8.t b/cpan/podlators/t/man-utf8.t similarity index 100% rename from ext/podlators/t/man-utf8.t rename to cpan/podlators/t/man-utf8.t diff --git a/ext/podlators/t/man.t b/cpan/podlators/t/man.t similarity index 100% rename from ext/podlators/t/man.t rename to cpan/podlators/t/man.t diff --git a/ext/podlators/t/parselink.t b/cpan/podlators/t/parselink.t similarity index 100% rename from ext/podlators/t/parselink.t rename to cpan/podlators/t/parselink.t diff --git a/ext/podlators/t/pod-parser.t b/cpan/podlators/t/pod-parser.t similarity index 100% rename from ext/podlators/t/pod-parser.t rename to cpan/podlators/t/pod-parser.t diff --git a/ext/podlators/t/pod-spelling.t b/cpan/podlators/t/pod-spelling.t similarity index 100% rename from ext/podlators/t/pod-spelling.t rename to cpan/podlators/t/pod-spelling.t diff --git a/ext/podlators/t/pod.t b/cpan/podlators/t/pod.t similarity index 100% rename from ext/podlators/t/pod.t rename to cpan/podlators/t/pod.t diff --git a/ext/podlators/t/termcap.t b/cpan/podlators/t/termcap.t similarity index 100% rename from ext/podlators/t/termcap.t rename to cpan/podlators/t/termcap.t diff --git a/ext/podlators/t/text-encoding.t b/cpan/podlators/t/text-encoding.t similarity index 100% rename from ext/podlators/t/text-encoding.t rename to cpan/podlators/t/text-encoding.t diff --git a/ext/podlators/t/text-options.t b/cpan/podlators/t/text-options.t similarity index 100% rename from ext/podlators/t/text-options.t rename to cpan/podlators/t/text-options.t diff --git a/ext/podlators/t/text-utf8.t b/cpan/podlators/t/text-utf8.t similarity index 100% rename from ext/podlators/t/text-utf8.t rename to cpan/podlators/t/text-utf8.t diff --git a/ext/podlators/t/text.t b/cpan/podlators/t/text.t similarity index 100% rename from ext/podlators/t/text.t rename to cpan/podlators/t/text.t diff --git a/t/TEST b/t/TEST index 8e225bc..d660c34 100755 --- a/t/TEST +++ b/t/TEST @@ -44,12 +44,12 @@ my %temp_no_core = '../ext/parent' => 1, '../cpan/Parse-CPAN-Meta' => 1, '../ext/Pod-Simple' => 1, + '../cpan/podlators' => 1, '../ext/Test-Simple' => 1, '../ext/Tie-RefHash' => 1, '../ext/Time-HiRes' => 1, '../ext/Unicode-Collate' => 1, '../ext/Unicode-Normalize' => 1, - '../ext/podlators' => 1, ); if ($::do_nothing) {