diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-26 16:47:48 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-26 17:51:17 +0100 |
commit | f4e6b6923ba5d1ff0ca1ddc96955a42cab82e1e4 (patch) | |
tree | f1c5d409b315a50c738e6db0e182631c46c3fa4e | |
parent | 832db5b145e835174f45afb2c497b046dc1fc2ac (diff) | |
download | perl-f4e6b6923ba5d1ff0ca1ddc96955a42cab82e1e4.tar.gz |
Move podlators from ext/ to cpan/
-rw-r--r-- | MANIFEST | 60 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rw-r--r-- | cpan/podlators/Makefile.PL (renamed from ext/podlators/Makefile.PL) | 0 | ||||
-rw-r--r-- | cpan/podlators/VERSION (renamed from ext/podlators/VERSION) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Man.pm (renamed from ext/podlators/lib/Pod/Man.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/ParseLink.pm (renamed from ext/podlators/lib/Pod/ParseLink.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text.pm (renamed from ext/podlators/lib/Pod/Text.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text/Color.pm (renamed from ext/podlators/lib/Pod/Text/Color.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text/Overstrike.pm (renamed from ext/podlators/lib/Pod/Text/Overstrike.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text/Termcap.pm (renamed from ext/podlators/lib/Pod/Text/Termcap.pm) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.cap (renamed from ext/podlators/t/basic.cap) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.clr (renamed from ext/podlators/t/basic.clr) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.man (renamed from ext/podlators/t/basic.man) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.ovr (renamed from ext/podlators/t/basic.ovr) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.pod (renamed from ext/podlators/t/basic.pod) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.t (renamed from ext/podlators/t/basic.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/basic.txt (renamed from ext/podlators/t/basic.txt) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/color.t (renamed from ext/podlators/t/color.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/filehandle.t (renamed from ext/podlators/t/filehandle.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/man-options.t (renamed from ext/podlators/t/man-options.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/man-utf8.t (renamed from ext/podlators/t/man-utf8.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/man.t (renamed from ext/podlators/t/man.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/parselink.t (renamed from ext/podlators/t/parselink.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/pod-parser.t (renamed from ext/podlators/t/pod-parser.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/pod-spelling.t (renamed from ext/podlators/t/pod-spelling.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/pod.t (renamed from ext/podlators/t/pod.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/termcap.t (renamed from ext/podlators/t/termcap.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/text-encoding.t (renamed from ext/podlators/t/text-encoding.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/text-options.t (renamed from ext/podlators/t/text-options.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/text-utf8.t (renamed from ext/podlators/t/text-utf8.t) | 0 | ||||
-rw-r--r-- | cpan/podlators/t/text.t (renamed from ext/podlators/t/text.t) | 0 | ||||
-rwxr-xr-x | t/TEST | 2 |
32 files changed, 33 insertions, 33 deletions
@@ -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 f9704e8109..a7f1bd9da0 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 index fb80c342fa..fb80c342fa 100644 --- a/ext/podlators/Makefile.PL +++ b/cpan/podlators/Makefile.PL diff --git a/ext/podlators/VERSION b/cpan/podlators/VERSION index 279daa436b..279daa436b 100644 --- a/ext/podlators/VERSION +++ b/cpan/podlators/VERSION diff --git a/ext/podlators/lib/Pod/Man.pm b/cpan/podlators/lib/Pod/Man.pm index 71a4d7a7f5..71a4d7a7f5 100644 --- a/ext/podlators/lib/Pod/Man.pm +++ b/cpan/podlators/lib/Pod/Man.pm diff --git a/ext/podlators/lib/Pod/ParseLink.pm b/cpan/podlators/lib/Pod/ParseLink.pm index 7cb2d656f6..7cb2d656f6 100644 --- a/ext/podlators/lib/Pod/ParseLink.pm +++ b/cpan/podlators/lib/Pod/ParseLink.pm diff --git a/ext/podlators/lib/Pod/Text.pm b/cpan/podlators/lib/Pod/Text.pm index 533c4cf4fe..533c4cf4fe 100644 --- a/ext/podlators/lib/Pod/Text.pm +++ b/cpan/podlators/lib/Pod/Text.pm diff --git a/ext/podlators/lib/Pod/Text/Color.pm b/cpan/podlators/lib/Pod/Text/Color.pm index 517f5d0458..517f5d0458 100644 --- a/ext/podlators/lib/Pod/Text/Color.pm +++ b/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 index a76fc28f8e..a76fc28f8e 100644 --- a/ext/podlators/lib/Pod/Text/Overstrike.pm +++ b/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 index 4a75b30251..4a75b30251 100644 --- a/ext/podlators/lib/Pod/Text/Termcap.pm +++ b/cpan/podlators/lib/Pod/Text/Termcap.pm diff --git a/ext/podlators/t/basic.cap b/cpan/podlators/t/basic.cap index 20fc1e561c..20fc1e561c 100644 --- a/ext/podlators/t/basic.cap +++ b/cpan/podlators/t/basic.cap diff --git a/ext/podlators/t/basic.clr b/cpan/podlators/t/basic.clr index f98857187a..f98857187a 100644 --- a/ext/podlators/t/basic.clr +++ b/cpan/podlators/t/basic.clr diff --git a/ext/podlators/t/basic.man b/cpan/podlators/t/basic.man index 43874b6e87..43874b6e87 100644 --- a/ext/podlators/t/basic.man +++ b/cpan/podlators/t/basic.man diff --git a/ext/podlators/t/basic.ovr b/cpan/podlators/t/basic.ovr index bb124a0bd4..bb124a0bd4 100644 --- a/ext/podlators/t/basic.ovr +++ b/cpan/podlators/t/basic.ovr diff --git a/ext/podlators/t/basic.pod b/cpan/podlators/t/basic.pod index 949b3a8886..949b3a8886 100644 --- a/ext/podlators/t/basic.pod +++ b/cpan/podlators/t/basic.pod diff --git a/ext/podlators/t/basic.t b/cpan/podlators/t/basic.t index 603d108574..603d108574 100644 --- a/ext/podlators/t/basic.t +++ b/cpan/podlators/t/basic.t diff --git a/ext/podlators/t/basic.txt b/cpan/podlators/t/basic.txt index 986e98a1cd..986e98a1cd 100644 --- a/ext/podlators/t/basic.txt +++ b/cpan/podlators/t/basic.txt diff --git a/ext/podlators/t/color.t b/cpan/podlators/t/color.t index 2f1668f88e..2f1668f88e 100644 --- a/ext/podlators/t/color.t +++ b/cpan/podlators/t/color.t diff --git a/ext/podlators/t/filehandle.t b/cpan/podlators/t/filehandle.t index a53884d50d..a53884d50d 100644 --- a/ext/podlators/t/filehandle.t +++ b/cpan/podlators/t/filehandle.t diff --git a/ext/podlators/t/man-options.t b/cpan/podlators/t/man-options.t index 04895d539c..04895d539c 100644 --- a/ext/podlators/t/man-options.t +++ b/cpan/podlators/t/man-options.t diff --git a/ext/podlators/t/man-utf8.t b/cpan/podlators/t/man-utf8.t index 8b44d6b290..8b44d6b290 100644 --- a/ext/podlators/t/man-utf8.t +++ b/cpan/podlators/t/man-utf8.t diff --git a/ext/podlators/t/man.t b/cpan/podlators/t/man.t index 419cce3ee6..419cce3ee6 100644 --- a/ext/podlators/t/man.t +++ b/cpan/podlators/t/man.t diff --git a/ext/podlators/t/parselink.t b/cpan/podlators/t/parselink.t index c5c2bb660b..c5c2bb660b 100644 --- a/ext/podlators/t/parselink.t +++ b/cpan/podlators/t/parselink.t diff --git a/ext/podlators/t/pod-parser.t b/cpan/podlators/t/pod-parser.t index 318a76bc15..318a76bc15 100644 --- a/ext/podlators/t/pod-parser.t +++ b/cpan/podlators/t/pod-parser.t diff --git a/ext/podlators/t/pod-spelling.t b/cpan/podlators/t/pod-spelling.t index 41c902782e..41c902782e 100644 --- a/ext/podlators/t/pod-spelling.t +++ b/cpan/podlators/t/pod-spelling.t diff --git a/ext/podlators/t/pod.t b/cpan/podlators/t/pod.t index ecb37a642c..ecb37a642c 100644 --- a/ext/podlators/t/pod.t +++ b/cpan/podlators/t/pod.t diff --git a/ext/podlators/t/termcap.t b/cpan/podlators/t/termcap.t index 5ec98288f6..5ec98288f6 100644 --- a/ext/podlators/t/termcap.t +++ b/cpan/podlators/t/termcap.t diff --git a/ext/podlators/t/text-encoding.t b/cpan/podlators/t/text-encoding.t index c803cff1f9..c803cff1f9 100644 --- a/ext/podlators/t/text-encoding.t +++ b/cpan/podlators/t/text-encoding.t diff --git a/ext/podlators/t/text-options.t b/cpan/podlators/t/text-options.t index 8a115d83a5..8a115d83a5 100644 --- a/ext/podlators/t/text-options.t +++ b/cpan/podlators/t/text-options.t diff --git a/ext/podlators/t/text-utf8.t b/cpan/podlators/t/text-utf8.t index 806947827e..806947827e 100644 --- a/ext/podlators/t/text-utf8.t +++ b/cpan/podlators/t/text-utf8.t diff --git a/ext/podlators/t/text.t b/cpan/podlators/t/text.t index c96acba63d..c96acba63d 100644 --- a/ext/podlators/t/text.t +++ b/cpan/podlators/t/text.t @@ -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) { |