Package: libtext-ngrams-perl / 2.005-1

fix-manpage-spelling Patch series | 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description: Correct minor misspelling in manpage, fix manpage errors
Author: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=85837
Forwarded: yes

--- a/ngrams.pl
+++ b/ngrams.pl
@@ -99,7 +99,7 @@
 =head1 DESCRIPTION
 
 This script produces n-grams tables of the input files to the standard
-ouput.
+output.
 
 Options:
 
@@ -139,6 +139,8 @@
 
 Type of n-grams produces. See Text::Ngrams module.
 
+=back
+
 =head1 PREREQUISITES
 
 Text::Ngrams,
--- a/Ngrams.pm
+++ b/Ngrams.pm
@@ -1000,7 +1000,7 @@
 
 =head1 SEE ALSO
 
-Some of the similiar projects and related resources are the following:
+Some of the similar projects and related resources are the following:
 
 =over 4
 
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,8 +24,6 @@
     ()
     ),
     EXE_FILES => [ 'ngrams.pl' ],
-    MAN3PODS => { 'Ngrams.pm' => 'blib/man3/Text::Ngrams.3' },
-    MAN1PODS => { 'ngrams.pl' => 'blib/man1/ngrams.pl.1' }
    );
 
 open(M, ">>Makefile") or die;