summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Granum <exodist7@gmail.com>2016-01-27 14:03:48 -0800
committerChad Granum <exodist7@gmail.com>2016-01-27 14:03:48 -0800
commit698e3c0f0a6a49339c5b1caed684559075328390 (patch)
tree04201ba1fb02dfd215ca905aa38e7d10bca3eb9d
parent6391cc74f2d2e9a981dc551818795004de9cd7b8 (diff)
parentc3f0473f527ebaf3132c5a22b428a5f3f2a47f8f (diff)
Merge pull request #2 from Csson/docfix
Fix minor doc issues
-rw-r--r--lib/Importer.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index d7c07e0..c3381d5 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -782,7 +782,7 @@ feature (like import renaming).
=item $IMPORTER_VERSION (optional)
If you provide a numeric argument as the first argument it will be treated as a
-version number. Importer will d a version check to make sure it is at least at
+version number. Importer will do a version check to make sure it is at least at
the requested version.
=item $FROM_MODULE (required)
@@ -862,7 +862,7 @@ import name:
You can also add a prefix and/or postfix:
use Importer 'Some::Thing' => (
- foo => { -prefix => 'my_foo' },
+ foo => { -prefix => 'my_' },
);
Using this syntax to set prefix and/or postfix also works on tags and patterns
@@ -1288,8 +1288,8 @@ the symbol table will occur.
=head1 SOURCE
-The source code repository for symbol can be found at
-F<http://github.com/exodist/Importer>.
+The source code repository for Importer can be found at
+L<http://github.com/exodist/Importer>.
=head1 MAINTAINERS
@@ -1314,6 +1314,6 @@ Copyright 2015 Chad Granum E<lt>exodist7@gmail.comE<gt>.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
-See F<http://dev.perl.org/licenses/>
+See L<http://dev.perl.org/licenses/>
=cut