From f9e9b64a6537a74250c2ffa7252996c480a239e5 Mon Sep 17 00:00:00 2001 From: Chase Whitener Date: Wed, 17 Apr 2019 21:56:41 -0400 Subject: [PATCH] Version bump. set mailmap to get contributors worked out --- .mailmap | 5 +++++ META.json | 12 +++++------- Makefile.PL | 2 +- README.md | 2 +- lib/Test/Spelling.pm | 5 ++--- 5 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..6c792ce --- /dev/null +++ b/.mailmap @@ -0,0 +1,5 @@ +Chase Whitener +Shawn M Moore +Shawn M Moore +Shawn M Moore +Shawn M Moore diff --git a/META.json b/META.json index 8aa6827..44f5235 100644 --- a/META.json +++ b/META.json @@ -84,7 +84,7 @@ "provides" : { "Test::Spelling" : { "file" : "lib/Test/Spelling.pm", - "version" : "0.20" + "version" : "0.21" } }, "release_status" : "stable", @@ -99,7 +99,7 @@ "web" : "https://github.com/genio/test-spelling" } }, - "version" : "0.20", + "version" : "0.21", "x_Dist_Zilla" : { "perl" : { "version" : "5.026001" @@ -410,7 +410,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.20", + "tag" : "v0.21", "tag_format" : "v%V", "tag_message" : "v%V" }, @@ -576,15 +576,13 @@ } }, "x_contributors" : [ + "Chase Whitener ", "David Golden ", "Karen Etheridge ", "Kent Fredric ", "Olaf Alders ", "Randy Stauner ", - "Shawn M Moore ", - "Shawn M Moore ", - "Shawn M Moore ", - "Shawn M Moore ", + "Shawn M Moore ", "Thomas Sibley " ], "x_generated_by_perl" : "v5.26.1", diff --git a/Makefile.PL b/Makefile.PL index fda38fa..2a6a7d9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,7 +39,7 @@ my %WriteMakefileArgs = ( "strict" => 0, "warnings" => 0 }, - "VERSION" => "0.20", + "VERSION" => "0.21", "test" => { "TESTS" => "t/*.t" } diff --git a/README.md b/README.md index cce999d..eaebdf8 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ can will use work on the current system. You can use this to skip tests if there is no spellchecker. Note that ["all\_pod\_files\_spelling\_ok"](#all_pod_files_spelling_ok) will do this for you. -A full list of spellcheckers which this method might test can be found in the +A full list of spellcheckers which this method might test can be found in the source of the `spellchecker_candidates` method. ## set\_spell\_cmd($command) diff --git a/lib/Test/Spelling.pm b/lib/Test/Spelling.pm index fa1f67c..e679008 100644 --- a/lib/Test/Spelling.pm +++ b/lib/Test/Spelling.pm @@ -11,7 +11,7 @@ use File::Spec; use IPC::Run3; use Symbol 'gensym'; -our $VERSION = '0.20'; +our $VERSION = '0.21'; our @EXPORT = qw( pod_file_spelling_ok @@ -389,7 +389,7 @@ can will use work on the current system. You can use this to skip tests if there is no spellchecker. Note that L will do this for you. -A full list of spellcheckers which this method might test can be found in the +A full list of spellcheckers which this method might test can be found in the source of the C method. =head2 set_spell_cmd($command) @@ -444,4 +444,3 @@ You may use, modify, and distribute this package under the same terms as Perl itself. =cut -