[libdist-zilla-plugin-test-podspelling-perl] 01/10: switch to my plugin bundle - minimal config needed to build

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


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

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

commit d98611d03da2e87fc8b490940cae03f0a087035a
Author: Karen Etheridge <ether at cpan.org>
Date:   Sun May 3 18:47:34 2015 -0700

    switch to my plugin bundle - minimal config needed to build
---
 Changes                                   |  1 +
 dist.ini                                  | 32 +++++--------------------------
 lib/Dist/Zilla/Plugin/PodSpellingTests.pm |  6 +++---
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm |  2 +-
 4 files changed, 10 insertions(+), 31 deletions(-)

diff --git a/Changes b/Changes
index d7d2b14..c87eac2 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Perl extension {{$dist->name}}
 
 {{$NEXT}}
+        - first release under new management
 
 2.006008  2014-06-17
 	- register Test::Spelling as a development dependency ( haarg )
diff --git a/dist.ini b/dist.ini
index 557dcc8..424cfec 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,35 +4,13 @@ author = Marcel Gruenauer <hanekomu at gmail.com>
 license = Artistic_2_0
 copyright_holder = Caleb Cushing
 
-; authordep Pod::Weaver::Section::Contributors
-; authordep Dist::Zilla::Plugin::Meta::Contributors
-; authordep Test::CPAN::Meta
-; authordep Pod::Coverage::TrustPod
-; authordep Test::Perl::Critic
-
 [Bootstrap::lib]
+
+[@Author::ETHER]
+authority = cpan:ETHER  ; XENO has given up comaint
+
 [Prereqs]
 Test::Spelling = 0.12
 Dist::Zilla    = 5
 
-[ReadmeFromPod]
-[@Filter]
-	-bundle = @Basic
-	-remove = Readme
-	-remove = ExtraTests
-[@Author::XENO]
-
-[MetaProvides::Package]
-	inherit_version = 0
-
-[MetaNoIndex]
-	directory = corpus
-	file = perlcritic.rc
-
-[Test::PodSpelling]
-	stopwords = wordlist
-
-[@Git]
-	tag_format  = %v
-	tag_message = %v
-	commit_msg  = %v%n%n%c
+[Test::Perl::Critic]
diff --git a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
index 42f7242..632e646 100644
--- a/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
+++ b/lib/Dist/Zilla/Plugin/PodSpellingTests.pm
@@ -2,9 +2,9 @@ package Dist::Zilla::Plugin::PodSpellingTests;
 use 5.008;
 use strict;
 use warnings;
-BEGIN {
-	our $VERSION = '1.112140';
-}
+
+our $VERSION = '2.006009';
+
 use Moose;
 extends 'Dist::Zilla::Plugin::Test::PodSpelling';
 
diff --git a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
index 23c9bd6..f7f9146 100644
--- a/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
+++ b/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm
@@ -3,7 +3,7 @@ use 5.010;
 use strict;
 use warnings;
 
-# VERSION
+our $VERSION = '2.006009';
 
 use Moose;
 extends 'Dist::Zilla::Plugin::InlineFiles';

-- 
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