Move podlators from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 15:47:48 +0000 (16:47 +0100)]
32 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/podlators/Makefile.PL [moved from ext/podlators/Makefile.PL with 100% similarity]
cpan/podlators/VERSION [moved from ext/podlators/VERSION with 100% similarity]
cpan/podlators/lib/Pod/Man.pm [moved from ext/podlators/lib/Pod/Man.pm with 100% similarity]
cpan/podlators/lib/Pod/ParseLink.pm [moved from ext/podlators/lib/Pod/ParseLink.pm with 100% similarity]
cpan/podlators/lib/Pod/Text.pm [moved from ext/podlators/lib/Pod/Text.pm with 100% similarity]
cpan/podlators/lib/Pod/Text/Color.pm [moved from ext/podlators/lib/Pod/Text/Color.pm with 100% similarity]
cpan/podlators/lib/Pod/Text/Overstrike.pm [moved from ext/podlators/lib/Pod/Text/Overstrike.pm with 100% similarity]
cpan/podlators/lib/Pod/Text/Termcap.pm [moved from ext/podlators/lib/Pod/Text/Termcap.pm with 100% similarity]
cpan/podlators/t/basic.cap [moved from ext/podlators/t/basic.cap with 100% similarity]
cpan/podlators/t/basic.clr [moved from ext/podlators/t/basic.clr with 100% similarity]
cpan/podlators/t/basic.man [moved from ext/podlators/t/basic.man with 100% similarity]
cpan/podlators/t/basic.ovr [moved from ext/podlators/t/basic.ovr with 100% similarity]
cpan/podlators/t/basic.pod [moved from ext/podlators/t/basic.pod with 100% similarity]
cpan/podlators/t/basic.t [moved from ext/podlators/t/basic.t with 100% similarity]
cpan/podlators/t/basic.txt [moved from ext/podlators/t/basic.txt with 100% similarity]
cpan/podlators/t/color.t [moved from ext/podlators/t/color.t with 100% similarity]
cpan/podlators/t/filehandle.t [moved from ext/podlators/t/filehandle.t with 100% similarity]
cpan/podlators/t/man-options.t [moved from ext/podlators/t/man-options.t with 100% similarity]
cpan/podlators/t/man-utf8.t [moved from ext/podlators/t/man-utf8.t with 100% similarity]
cpan/podlators/t/man.t [moved from ext/podlators/t/man.t with 100% similarity]
cpan/podlators/t/parselink.t [moved from ext/podlators/t/parselink.t with 100% similarity]
cpan/podlators/t/pod-parser.t [moved from ext/podlators/t/pod-parser.t with 100% similarity]
cpan/podlators/t/pod-spelling.t [moved from ext/podlators/t/pod-spelling.t with 100% similarity]
cpan/podlators/t/pod.t [moved from ext/podlators/t/pod.t with 100% similarity]
cpan/podlators/t/termcap.t [moved from ext/podlators/t/termcap.t with 100% similarity]
cpan/podlators/t/text-encoding.t [moved from ext/podlators/t/text-encoding.t with 100% similarity]
cpan/podlators/t/text-options.t [moved from ext/podlators/t/text-options.t with 100% similarity]
cpan/podlators/t/text-utf8.t [moved from ext/podlators/t/text-utf8.t with 100% similarity]
cpan/podlators/t/text.t [moved from ext/podlators/t/text.t with 100% similarity]
t/TEST

index dcda9e5..0a4b51f 100644 (file)
--- 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
index f9704e8..a7f1bd9 100755 (executable)
@@ -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,
similarity index 100%
rename from ext/podlators/VERSION
rename to cpan/podlators/VERSION
similarity index 100%
rename from ext/podlators/t/man.t
rename to cpan/podlators/t/man.t
similarity index 100%
rename from ext/podlators/t/pod.t
rename to cpan/podlators/t/pod.t
diff --git a/t/TEST b/t/TEST
index 8e225bc..d660c34 100755 (executable)
--- 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) {