[libdist-zilla-plugin-test-podspelling-perl] 75/86: Create minimal dists for test data

Axel Beckert abe at deuxchevaux.org
Mon May 25 10:02:13 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 89191bdae68fdadb5be4c348ecd6caf01ff4fdf1
Author: Randy Stauner <randy at magnificent-tears.com>
Date:   Tue Sep 6 07:21:56 2011 -0700

    Create minimal dists for test data
---
 corpus/foo/bin/foo      | 9 +++++++++
 corpus/foo/dist.ini     | 7 +++++++
 corpus/foo/lib/Foo.pm   | 9 +++++++++
 corpus/nobin/dist.ini   | 7 +++++++
 corpus/nobin/lib/Foo.pm | 9 +++++++++
 dist.ini                | 1 +
 6 files changed, 42 insertions(+)

diff --git a/corpus/foo/bin/foo b/corpus/foo/bin/foo
new file mode 100644
index 0000000..5ebc854
--- /dev/null
+++ b/corpus/foo/bin/foo
@@ -0,0 +1,9 @@
+#!perl
+
+print "foo\n";
+
+=head1 Foo
+
+Prints "foo".
+
+=cut
diff --git a/corpus/foo/dist.ini b/corpus/foo/dist.ini
new file mode 100644
index 0000000..dc16b76
--- /dev/null
+++ b/corpus/foo/dist.ini
@@ -0,0 +1,7 @@
+name = Foo
+license = Perl_5
+copyright_holder = Fooer
+version = 1
+
+[GatherDir]
+[Test::PodSpelling]
diff --git a/corpus/foo/lib/Foo.pm b/corpus/foo/lib/Foo.pm
new file mode 100644
index 0000000..3c833db
--- /dev/null
+++ b/corpus/foo/lib/Foo.pm
@@ -0,0 +1,9 @@
+package Foo;
+# ABSTRACT: test dzil pod spell check
+1;
+
+=head1 Foo
+
+Spell check
+
+=cut
diff --git a/corpus/nobin/dist.ini b/corpus/nobin/dist.ini
new file mode 100644
index 0000000..dc16b76
--- /dev/null
+++ b/corpus/nobin/dist.ini
@@ -0,0 +1,7 @@
+name = Foo
+license = Perl_5
+copyright_holder = Fooer
+version = 1
+
+[GatherDir]
+[Test::PodSpelling]
diff --git a/corpus/nobin/lib/Foo.pm b/corpus/nobin/lib/Foo.pm
new file mode 100644
index 0000000..3c833db
--- /dev/null
+++ b/corpus/nobin/lib/Foo.pm
@@ -0,0 +1,9 @@
+package Foo;
+# ABSTRACT: test dzil pod spell check
+1;
+
+=head1 Foo
+
+Spell check
+
+=cut
diff --git a/dist.ini b/dist.ini
index 58ae888..3598f1b 100644
--- a/dist.ini
+++ b/dist.ini
@@ -22,6 +22,7 @@ Pod::Wordlist::hanekomu = 0
 [PodWeaver]
 
 [MetaNoIndex]
+	directory = corpus
 	file = perlcritic.rc
 
 [MetaJSON]

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