diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-13 09:53:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 09:53:59 +0100 |
commit | 1f46ac67c17bb3adfe5f1fe67d76a063d10662cc (patch) | |
tree | 438939b58e1970254c985efb742c869feeba1d6a /Porting/Maintainers.pl | |
parent | 25a9b71dd59b11670c141e854433de63714eefda (diff) | |
download | perl-1f46ac67c17bb3adfe5f1fe67d76a063d10662cc.tar.gz |
Move Pod::LaTeX from lib to ext.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 613b7dca28..d0e1889e40 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1260,8 +1260,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'tjenness', 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.58.tar.gz', - 'FILES' => q[lib/Pod/LaTeX.pm - lib/Pod/t/{pod2latex,user}.t + 'FILES' => q[ext/Pod-LaTeX pod/pod2latex.PL ], 'EXCLUDED' => [ qw( t/require.t ) ], |