diff options
author | Karen Etheridge <ether@cpan.org> | 2016-01-07 19:16:42 -0800 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2016-01-07 19:16:42 -0800 |
commit | 4106e3f7ff9dad124fd3b7bb4b452b3b65c05a06 (patch) | |
tree | 4146fd8566b43394da28f89528626fec8cf177fa /lib/URI/tn3270.pm | |
parent | cfc5474a48d0cd5386c34e5a0ba4516a82976c55 (diff) | |
download | uri-4106e3f7ff9dad124fd3b7bb4b452b3b65c05a06.tar.gz |
bump version to 1.71
Diffstat (limited to 'lib/URI/tn3270.pm')
-rw-r--r-- | lib/URI/tn3270.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/tn3270.pm b/lib/URI/tn3270.pm index 595d240..2324600 100644 --- a/lib/URI/tn3270.pm +++ b/lib/URI/tn3270.pm @@ -3,7 +3,7 @@ package URI::tn3270; use strict; use warnings; -our $VERSION = '1.70_001'; +our $VERSION = '1.71'; $VERSION = eval $VERSION; use parent 'URI::_login'; |