diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm b/Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm index 335654998ec..e4d4f7eb60e 100644 --- a/Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm +++ b/Master/tlpkg/tlperl/lib/Pod/Simple/TranscodeSmart.pm @@ -9,7 +9,7 @@ use strict; use Pod::Simple; require Encode; use vars qw($VERSION ); -$VERSION = '3.32'; +$VERSION = '3.35'; sub is_dumb {0} sub is_smart {1} |