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