summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2013-01-18 15:13:34 +0000
committerAaron Crane <arc@cpan.org>2013-01-18 15:56:38 +0000
commitaef6dd01c82b1066ab5442eedbf3627480dc984f (patch)
tree19de3628d2f16f240adaa5677227e821186c8a58
parent99f2bdb73be3903396f516d5e49d52326c5190a0 (diff)
downloadperl-aef6dd01c82b1066ab5442eedbf3627480dc984f.tar.gz
Update Pod-LaTeX to CPAN version 0.61
Upstream changes: - Update site vs perl install for perl v5.12 and above - Issue a deprecation warning if the module is being used in perl 5.17.0 and above. This module will be removed from perl Core for perl 5.20. (Ricardo Signes) It will still be available on CPAN.
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Pod-LaTeX/lib/Pod/LaTeX.pm4
2 files changed, 4 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 45bdc9b922..d41711b25e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1516,7 +1516,7 @@ use File::Glob qw(:case);
'Pod::LaTeX' => {
'MAINTAINER' => 'tjenness',
- 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.60.tar.gz',
+ 'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.61.tar.gz',
'FILES' => q[cpan/Pod-LaTeX],
'EXCLUDED' => ['t/require.t'],
'UPSTREAM' => undef,
diff --git a/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm b/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
index f4b1aaf97b..fc6d99dd97 100644
--- a/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
+++ b/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
@@ -28,12 +28,14 @@ use strict;
require Pod::ParseUtils;
use base qw/ Pod::Select /;
+use if $] > 5.017, 'deprecate';
+
# use Data::Dumper; # for debugging
use Carp;
use vars qw/ $VERSION %HTML_Escapes @LatexSections /;
-$VERSION = '0.60';
+$VERSION = '0.61';
# Definitions of =headN -> latex mapping
@LatexSections = (qw/