diff options
author | Tony Cook <tony@develop-help.com> | 2016-07-26 11:49:33 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-07-26 15:36:32 +1000 |
commit | 38b4af19a42e6a4b9d5c8cc97fd06d954fff69a8 (patch) | |
tree | 187acda61550fad2b3c404bfc436c80faa331fc6 /dist/IO/IO.pm | |
parent | 8901ddee94b1bc3764b4278d1cb26bed30bc2605 (diff) | |
download | perl-38b4af19a42e6a4b9d5c8cc97fd06d954fff69a8.tar.gz |
dist/: bump $VERSION as needed
Diffstat (limited to 'dist/IO/IO.pm')
-rw-r--r-- | dist/IO/IO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm index 833f1a2358..07a5e51cf3 100644 --- a/dist/IO/IO.pm +++ b/dist/IO/IO.pm @@ -7,7 +7,7 @@ use Carp; use strict; use warnings; -our $VERSION = "1.36"; +our $VERSION = "1.37"; XSLoader::load 'IO', $VERSION; sub import { |