diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-10 14:06:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-10 14:06:12 -0700 |
commit | dd9be80b1ee0fe2d0ec2d138a8460e5e585a4313 (patch) | |
tree | 5bf562fe335aee45455ebd04bfce9981934d3857 /dist/IO | |
parent | 5a3da92c46035e9ed7cf12fbd8e58acf570a2333 (diff) | |
download | perl-dd9be80b1ee0fe2d0ec2d138a8460e5e585a4313.tar.gz |
Increase $IO::VERSION to 1.34
Diffstat (limited to 'dist/IO')
-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 36c028ad37..296b097869 100644 --- a/dist/IO/IO.pm +++ b/dist/IO/IO.pm @@ -7,7 +7,7 @@ use Carp; use strict; use warnings; -our $VERSION = "1.33"; +our $VERSION = "1.34"; XSLoader::load 'IO', $VERSION; sub import { |