1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2017-07-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125907
Bug: https://rt.cpan.org/Ticket/Display.html?id=125907
--- a/lib/File/ShareDir.pm
+++ b/lib/File/ShareDir.pm
@@ -573,7 +573,7 @@ to use the development copy without need
use Foo::Module;
- # interal calls in Foo::Module to module_file('Foo::Module','bar') now resolves to
+ # internal calls in Foo::Module to module_file('Foo::Module','bar') now resolves to
# the source trees share/ directory instead of something in @INC
=head1 SUPPORT
|