Skip to content

Commit

Permalink
Fix typo RT#158361
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 8, 2025
1 parent bf4b64d commit 0bc433b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Revision history for Grammar-Improver - Use the LanguageTool API to rewrite text

0.02
Use gtar on OS/X
Fix typo RT#158361

0.01 Tue Jan 7 14:40:38 EST 2025
First draft
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ if($^O eq 'darwin') {
}

WriteMakefile(
NAME => 'Grammar::Improver', # Name of the module
NAME => 'Grammar::Improver', # Name of the module
VERSION_FROM => 'lib/Grammar/Improver.pm', # Automatically fetch version from the module
AUTHOR => 'Nigel Horne <njh@bandsman.co.uk>', # Author information
AUTHOR => 'Nigel Horne <njh@bandsman.co.uk>', # Author information
ABSTRACT => 'A Perl module for improving grammar using an external API.',
((defined($ExtUtils::MakeMaker::VERSION) && ($ExtUtils::MakeMaker::VERSION >= 6.3002))
? ('LICENSE'=> 'GPL')
Expand All @@ -36,7 +36,7 @@ WriteMakefile(
'ExtUtils::MakeMaker' => 6.64, # Minimum version for TEST_REQUIRES
'LWP::UserAgent' => 0,
'LWP::Protocol::https' => 0,
'JSON::XS' => 0
'JSON::MaybeXS' => 0
}, TEST_REQUIRES => {
'Test::DescribeMe' => 0,
'Test::Most' => 0,
Expand Down

0 comments on commit 0bc433b

Please sign in to comment.