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.
'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,
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/