diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/LaTeX.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/LaTeX.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/LaTeX.pm b/Master/tlpkg/tlperl/lib/Pod/LaTeX.pm index f4b1aaf97b9..fc6d99dd979 100644 --- a/Master/tlpkg/tlperl/lib/Pod/LaTeX.pm +++ b/Master/tlpkg/tlperl/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/ |