diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/File/Spec/OS2.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/File/Spec/OS2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/File/Spec/OS2.pm b/Master/tlpkg/tlperl/lib/File/Spec/OS2.pm index 7de0f891cb1..fb8f101692f 100644 --- a/Master/tlpkg/tlperl/lib/File/Spec/OS2.pm +++ b/Master/tlpkg/tlperl/lib/File/Spec/OS2.pm @@ -4,7 +4,7 @@ use strict; use vars qw(@ISA $VERSION); require File::Spec::Unix; -$VERSION = '3.48_01'; +$VERSION = '3.56'; $VERSION =~ tr/_//; @ISA = qw(File::Spec::Unix); |