diff options
Diffstat (limited to 'dist/IO/lib')
-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 5a29b09fe2..f4114adc18 100644 --- a/dist/IO/lib/IO/Handle.pm +++ b/dist/IO/lib/IO/Handle.pm @@ -268,7 +268,7 @@ use IO (); # Load the XS module require Exporter; @ISA = qw(Exporter); -$VERSION = "1.28"; +$VERSION = "1.29"; $VERSION = eval $VERSION; @EXPORT_OK = qw( |