summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-09-02 15:12:24 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-05 13:48:30 +0100
commitbf07e08f68b96c7832e17dd5eb4eb32618be88d2 (patch)
tree32b0b9a797062115919ccaa75551c04639b3354d /MANIFEST
parent63a8c148fb474631561b77dca8d905d5fce9ab3c (diff)
downloadperl-bf07e08f68b96c7832e17dd5eb4eb32618be88d2.tar.gz
Move pod2latex.PL into its CPAN distribution directory.
Let ExtUtils::MakeMaker deal with running this extraction script, rather than repeating the logic in (at least) 5 places.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index cf171b5bbc..7dde7c7871 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1635,6 +1635,7 @@ cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes
cpan/Pod-Escapes/t/10_main.t test Pod::Escapes
cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes
cpan/Pod-LaTeX/LaTeX.pm Convert POD data to LaTeX
+cpan/Pod-LaTeX/pod2latex.PL Precursor for translator to turn pod into LaTeX
cpan/Pod-LaTeX/t/pod2latex.t See if Pod::LaTeX works
cpan/Pod-LaTeX/t/user.t See if Pod::LaTeX works
cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff
@@ -4139,7 +4140,6 @@ pod/perlvms.pod Perl notes for VMS
pod/perlxs.pod Perl XS application programming interface
pod/perlxstut.pod Perl XS tutorial
pod/pod2html.PL Precursor for translator to turn pod into HTML
-pod/pod2latex.PL Precursor for translator to turn pod into LaTeX
pod/pod2man.PL Precursor for translator to turn pod into manpage
pod/pod2text.PL Precursor for translator to turn pod into text
pod/pod2usage.PL Pod-Parser - print usage messages from POD docs