diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/sftp.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/sftp.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/sftp.pm b/Master/tlpkg/tlperl/site/lib/URI/sftp.pm index 2d271fa97d6..293476d7888 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/sftp.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/sftp.pm @@ -5,7 +5,7 @@ use warnings; use parent 'URI::ssh'; -our $VERSION = '1.71'; +our $VERSION = '1.73'; $VERSION = eval $VERSION; 1; |