In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aef6dd01c82b1066ab5442eedbf3627480dc984f?hp=99f2bdb73be3903396f516d5e49d52326c5190a0>

- Log -----------------------------------------------------------------
commit aef6dd01c82b1066ab5442eedbf3627480dc984f
Author: Aaron Crane <[email protected]>
Date:   Fri Jan 18 15:13:34 2013 +0000

    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.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl          |    2 +-
 cpan/Pod-LaTeX/lib/Pod/LaTeX.pm |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 45bdc9b..d41711b 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 f4b1aaf..fc6d99d 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/

--
Perl5 Master Repository

Reply via email to