diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/IO/lib/IO/Handle.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/Handle.pm b/dist/IO/lib/IO/Handle.pm index 3b1e67dd49..1cfe29e791 100644 --- a/dist/IO/lib/IO/Handle.pm +++ b/dist/IO/lib/IO/Handle.pm @@ -271,7 +271,7 @@ use IO (); # Load the XS module require Exporter; @ISA = qw(Exporter); -$VERSION = "1.33"; +$VERSION = "1.34"; $VERSION = eval $VERSION; @EXPORT_OK = qw( |