summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-09 18:06:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-10 13:32:34 -0700
commite0d3d5f5ef3302519c375a84615d5b8630632c62 (patch)
tree848d42a608d4e8ff929d3f438240b5665506caa9 /dist/IO
parent87916f79aa07b5dbe56ccb225f526e8752c462ad (diff)
downloadperl-e0d3d5f5ef3302519c375a84615d5b8630632c62.tar.gz
Keep verbatim pod in I18N:LT and IO.pm within 80 cols
Diffstat (limited to 'dist/IO')
-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