summaryrefslogtreecommitdiff
path: root/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1
diff options
context:
space:
mode:
Diffstat (limited to 'corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1')
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.json27
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.yml20
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/README1
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/inc/NotThis.pm11
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/lib/Dist/Metadata/Test/MetaFile/Incomplete.pm12
-rw-r--r--corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/t/lib/Never.pm12
6 files changed, 83 insertions, 0 deletions
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.json b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.json
new file mode 100644
index 0000000..08dc97f
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.json
@@ -0,0 +1,27 @@
+{
+ "abstract" : "Fake dist for testing metadata determination",
+ "author" : [
+ "Randy Stauner <rwstauner@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "hand",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Dist-Metadata-Test-MetaFile-Incomplete",
+ "no_index" : {
+ "directory" : [
+ "examples",
+ "share",
+ "xt"
+ ]
+ },
+ "provides" : {},
+ "release_status" : "stable",
+ "version" : "2.1"
+}
+
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.yml b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.yml
new file mode 100644
index 0000000..d131cfb
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.yml
@@ -0,0 +1,20 @@
+---
+abstract: Fake dist for testing metadata determination
+author:
+- Randy Stauner <rwstauner@cpan.org>
+dynamic_config: 0
+generated_by: hand
+license:
+- perl_5
+meta-spec:
+ url: http://search.cpan.org/perldoc?CPAN::Meta::Spec
+ version: '2'
+name: Dist-Metadata-Test-MetaFile-Incomplete
+no_index:
+ directory:
+ - examples
+ - share
+ - xt
+provides: {}
+release_status: stable
+version: '2.2'
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/README b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/README
new file mode 100644
index 0000000..0d67857
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/README
@@ -0,0 +1 @@
+This "dist" is for testing Dist::Metadata.
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/inc/NotThis.pm b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/inc/NotThis.pm
new file mode 100644
index 0000000..1926433
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/inc/NotThis.pm
@@ -0,0 +1,11 @@
+#
+# This file is part of Dist-Metadata
+#
+# This software is copyright (c) 2011 by Randy Stauner.
+#
+# This is free software; you can redistribute it and/or modify it under
+# the same terms as the Perl 5 programming language system itself.
+#
+package NotThis;
+# ABSTRACT: Not to be indexed
+1;
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/lib/Dist/Metadata/Test/MetaFile/Incomplete.pm b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/lib/Dist/Metadata/Test/MetaFile/Incomplete.pm
new file mode 100644
index 0000000..bf4b650
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/lib/Dist/Metadata/Test/MetaFile/Incomplete.pm
@@ -0,0 +1,12 @@
+#
+# This file is part of Dist-Metadata
+#
+# This software is copyright (c) 2011 by Randy Stauner.
+#
+# This is free software; you can redistribute it and/or modify it under
+# the same terms as the Perl 5 programming language system itself.
+#
+package Dist::Metadata::Test::MetaFile::Incomplete;
+# ABSTRACT: Just a file to be indexed
+
+our $VERSION = '2.1';
diff --git a/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/t/lib/Never.pm b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/t/lib/Never.pm
new file mode 100644
index 0000000..e50e495
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-MetaFile-Incomplete-2.1/t/lib/Never.pm
@@ -0,0 +1,12 @@
+#
+# This file is part of Dist-Metadata
+#
+# This software is copyright (c) 2011 by Randy Stauner.
+#
+# This is free software; you can redistribute it and/or modify it under
+# the same terms as the Perl 5 programming language system itself.
+#
+package Never;
+# ABSTRACT: Never index this
+
+1;