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 @@ ngrams - Compute the ngram frequencies a
 =head1 DESCRIPTION
 
 This script produces n-grams tables of the input files to the standard
-ouput.
+output.
 
 Options:
 
@@ -139,6 +139,8 @@ The n-gram order.  See Text::Ngrams modu
 
 Type of n-grams produces. See Text::Ngrams module.
 
+=back
+
 =head1 PREREQUISITES
 
 Text::Ngrams,
--- a/Ngrams.pm
+++ b/Ngrams.pm
@@ -1016,7 +1016,7 @@ attribution it was reformatted as a Perl
 
 =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 @@ WriteMakefile (
     ()
     ),
     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;
