diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-08 23:43:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-08 23:43:26 +0000 |
commit | 44ddc0720838c134bcecfee722279a483a169b18 (patch) | |
tree | 4fe9dc9118bec1954acc1255c0277bffb3bc878a /lib | |
parent | b384a05d76a2022ec642d8bd7b87bb7147132641 (diff) | |
download | perl-44ddc0720838c134bcecfee722279a483a169b18.tar.gz |
Typo fix, by Matt Kraai
p4raw-id: //depot/perl@32599
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Exporter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm index 885c854689..63534a565d 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -518,7 +518,7 @@ to not export: =item * -method names (because you don't need to to +method names (because you don't need to and that's likely to not do what you want), =item * |