File: spelling.patch

package info (click to toggle)
libmodule-install-perl 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 716 kB
  • ctags: 266
  • sloc: perl: 5,842; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: spelling fixes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-30
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118563
Bug: https://rt.cpan.org/Ticket/Display.html?id=118563

--- a/lib/Module/Install.pod
+++ b/lib/Module/Install.pod
@@ -341,7 +341,7 @@
 configure_requires: key in the distribution's F<META.yml> file.
 
 Although most of F<META.yml> is considered advisory only, a L<CPAN>
-client will treat the contents of configure_requires: as authoritive,
+client will treat the contents of configure_requires: as authoritative,
 and install the listed modules B<before> it executes the F<Makefile.PL>
 (from which it then determines the other dependencies).
 
--- a/lib/Module/Install/API.pod
+++ b/lib/Module/Install/API.pod
@@ -54,7 +54,7 @@
   name 'Foo-Bar';
   name_from 'lib/Foo/Bar.pm';
 
-B<name> commmand takes a distribution name. It usually differs
+B<name> command takes a distribution name. It usually differs
 slightly from a module name (a module name is separated by double
 colons; a distribution name is separated by hyphens). Just replacing
 all the double colons of your main module with hyphens would be