[libdist-zilla-plugin-test-podspelling-perl] 11/86: added to synopsis how to use this within my plugin bundle

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:02:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 2.001001
in repository libdist-zilla-plugin-test-podspelling-perl.

commit a9997102c919e6dbe14265ab3586e1e362a35a15
Author: Marcel Gruenauer <hanekomu at gmail.com>
Date:   Wed Dec 15 17:05:24 2010 +0100

    added to synopsis how to use this within my plugin bundle
---
 lib/Dist/Zilla/Plugin/PodSpellingTests.pm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
index 38068f8..9f57b0f 100644
--- a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
+++ b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
@@ -79,6 +79,21 @@ or:
     stopwords = stopwords
     stopwords = wordlist
 
+or, if you wanted to use my plugin bundle but just override this plugin's
+configuration:
+
+    [@Filter]
+    -bundle = @MARCEL
+    -remove = PodSpellingTests
+
+    [PodSpellingTests]
+    wordlist = Pod::Wordlist
+    spell_cmd = aspell list
+    stopwords = CPAN
+    stopwords = github
+    stopwords = stopwords
+    stopwords = wordlist
+
 =head1 DESCRIPTION
 
 This is an extension of L<Dist::Zilla::Plugin::InlineFiles>, providing the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git



More information about the Pkg-perl-cvs-commits mailing list