1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix spelling in documentation
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=99768
Author: Robin Sheat <robin@catalyst.net.nz>
Index: libmodule-bundled-files-perl/lib/Module/Bundled/Files.pm
===================================================================
--- libmodule-bundled-files-perl.orig/lib/Module/Bundled/Files.pm 2005-10-02 09:19:46.000000000 +1300
+++ libmodule-bundled-files-perl/lib/Module/Bundled/Files.pm 2014-10-25 13:05:26.501456306 +1300
@@ -89,7 +89,7 @@
This module provides an simple method of accessing files that need to be
bundled with a module.
-For example, a module My::Module, which needs to access a seperate file
+For example, a module My::Module, which needs to access a separate file
I<data.txt>.
In your development directory you would place your I<data.txt> in your
|