summaryrefslogtreecommitdiff
path: root/dist/IO/IO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/IO/IO.pm')
-rw-r--r--dist/IO/IO.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm
index d6ccbfb1fa..09143f2e39 100644
--- a/dist/IO/IO.pm
+++ b/dist/IO/IO.pm
@@ -7,7 +7,7 @@ use Carp;
use strict;
use warnings;
-our $VERSION = "1.25_04";
+our $VERSION = "1.25_05";
XSLoader::load 'IO', $VERSION;
sub import {
@@ -32,8 +32,8 @@ IO - load various IO modules
=head1 SYNOPSIS
- use IO qw(Handle File); # loads IO modules, here IO::Handle, IO::File
- use IO; # DEPRECATED
+ use IO qw(Handle File); # loads IO modules, here IO::Handle, IO::File
+ use IO; # DEPRECATED
=head1 DESCRIPTION