diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/InputObjects.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/InputObjects.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/InputObjects.pm b/Master/tlpkg/tlperl/lib/Pod/InputObjects.pm index 2ed71fa2551..d72865037c8 100644 --- a/Master/tlpkg/tlperl/lib/Pod/InputObjects.pm +++ b/Master/tlpkg/tlperl/lib/Pod/InputObjects.pm @@ -12,7 +12,7 @@ package Pod::InputObjects; use strict; use vars qw($VERSION); -$VERSION = '1.51'; ## Current version of this package +$VERSION = '1.60'; ## Current version of this package require 5.005; ## requires this Perl version or later ############################################################################# |