[libdist-zilla-plugin-test-podspelling-perl] 22/86: initial commit

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:02:03 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 9dceff17da47a2b36cfca30aa2453eb611b380ad
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Sun Jun 5 12:40:32 2011 -0500

    initial commit
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 .gitignore    |  2 ++
 dist.ini      | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 perlcritic.rc |  1 +
 weaver.ini    |  1 +
 4 files changed, 56 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..86b3eeb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.build
+*.swp
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..9646a34
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,52 @@
+author  = Caleb Cushing <xenoterracide at gmail.com>
+license = Artistic_2_0
+copyright_holder = Caleb Cushing
+copyright_year   = 2011
+
+[MetaResources]
+	repository.type = git
+
+[ReadmeFromPod]
+[@Filter]
+	-bundle = @Basic
+	-remove = Readme
+
+[AutoPrereqs]
+
+[SubmittingPatches]
+[OurPkgVersion]
+[PodWeaver]
+
+[MetaNoIndex]
+	file = perlcritic.rc
+
+[MetaJSON]
+
+[NextRelease]
+	format = %-9v %{yyyy-MM-dd}d
+
+[@TestingMania]
+	disable = NoTabsTests
+	critic_config = perlcritic.rc
+[ExtraTests]
+
+[PodSpellingTests]
+    wordlist  = Pod::Wordlist::hanekomu
+    spell_cmd = aspell list
+    stopwords = Cushing
+    stopwords = SubmittingPatches
+
+[PruneFiles]
+	filenames = dist.ini
+	filenames = weaver.ini
+
+[@Git]
+	push_to = my
+	tag_format = %v
+
+[Git::CommitBuild]
+[Git::NextVersion]
+	first_version = 0.1.0
+	version_regexp = ^(.+)$
+
+[CheckChangesHasContent]
diff --git a/perlcritic.rc b/perlcritic.rc
new file mode 100644
index 0000000..3f19650
--- /dev/null
+++ b/perlcritic.rc
@@ -0,0 +1 @@
+severity = 3
diff --git a/weaver.ini b/weaver.ini
new file mode 100644
index 0000000..456039c
--- /dev/null
+++ b/weaver.ini
@@ -0,0 +1 @@
+[@Default]

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