summaryrefslogtreecommitdiff
path: root/ext/IO/IO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO/IO.pm')
-rw-r--r--ext/IO/IO.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/IO.pm b/ext/IO/IO.pm
index 287671e797..70017cbd46 100644
--- a/ext/IO/IO.pm
+++ b/ext/IO/IO.pm
@@ -13,7 +13,7 @@ XSLoader::load 'IO', $VERSION;
sub import {
shift;
- warnings::warnif('deprecated', qq{parameterless "use IO" deprecated})
+ warnings::warnif('deprecated', qq{Parameterless "use IO" deprecated})
if @_ == 0 ;
my @l = @_ ? @_ : qw(Handle Seekable File Pipe Socket Dir);