summaryrefslogtreecommitdiff
path: root/corpus/Dist-Metadata-Test-NoMetaFile-0.1
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-29 03:17:05 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-29 03:17:05 +0000
commit2ca9db53e3e8164ecf0c95bf93fa289019e1b92c (patch)
tree5cc19083935ae762133417625e80a5329e36d8ee /corpus/Dist-Metadata-Test-NoMetaFile-0.1
downloadDist-Metadata-tarball-master.tar.gz
Diffstat (limited to 'corpus/Dist-Metadata-Test-NoMetaFile-0.1')
-rw-r--r--corpus/Dist-Metadata-Test-NoMetaFile-0.1/README1
-rw-r--r--corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile.pm12
-rw-r--r--corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile/PM.pm12
3 files changed, 25 insertions, 0 deletions
diff --git a/corpus/Dist-Metadata-Test-NoMetaFile-0.1/README b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/README
new file mode 100644
index 0000000..0d67857
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/README
@@ -0,0 +1 @@
+This "dist" is for testing Dist::Metadata.
diff --git a/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile.pm b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile.pm
new file mode 100644
index 0000000..588d1a9
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile.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::NoMetaFile;
+# ABSTRACT: Fake dist for testing metadata determination
+
+our $VERSION = '0.1';
diff --git a/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile/PM.pm b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile/PM.pm
new file mode 100644
index 0000000..6275167
--- /dev/null
+++ b/corpus/Dist-Metadata-Test-NoMetaFile-0.1/lib/Dist/Metadata/Test/NoMetaFile/PM.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::NoMetaFile::PM;
+# ABSTRACT: Just a file to be indexed
+
+our $VERSION = '0.1';