summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-11-23 21:20:51 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-11-23 21:24:21 +0000
commita71d67b1d7150f1f3bd4d28cacf3c4780463bcb6 (patch)
tree170fe1432e8364ab6230203d26568bbcb5b6010c /Porting
parent7788a2701b79bc4dc4de4133278adfc36098a7ad (diff)
downloadperl-a71d67b1d7150f1f3bd4d28cacf3c4780463bcb6.tar.gz
Update Pod-LaTeX to CPAN version 0.60
[DELTA] added another LaTeX escape: --- => -{}-{}- Pod::LaTeX doesn't handle -- in PODs specially, passing it directly to LaTeX, which then proceeds to replace it with a single -. This patch replaces ----- with -{}-{}-{}-{}-
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 69de12c025..635ee97481 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1534,7 +1534,7 @@ use File::Glob qw(:case);
'Pod::LaTeX' =>
{
'MAINTAINER' => 'tjenness',
- 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.59.tar.gz',
+ 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.60.tar.gz',
'FILES' => q[cpan/Pod-LaTeX],
'EXCLUDED' => [ qw( t/require.t ) ],
'UPSTREAM' => undef,