From: https://github.com/tobyink/p5-app-perlrdf/issues/2
Subject: add missing test data
 "Because you have directory 'meta' and CPAN distribution doesn't.
 If I unpack it from repository, it stops hanging."

--- /dev/null
+++ b/meta/changes.pret
@@ -0,0 +1,41 @@
+# This file acts as the project's changelog.
+
+`App-perlrdf 0.001 cpan:TOBYINK`
+	issued  2012-07-22;
+	label   "Initial release: happy pi day!";
+	comment "22/7 is a closer approximation to pi than 3.14.".
+
+`App-perlrdf 0.002 cpan:TOBYINK`
+	issued  2012-12-12;
+	label   "Day of the Dozens!";
+	changeset [
+		item "Add IO::Scalar dependency."^^Packaging;
+	].
+
+`App-perlrdf 0.003 cpan:TOBYINK`
+	issued  2012-12-15;
+	changeset [
+		item "Switch from Any::Moose to Moose."^^Update;
+	].
+
+`App-perlrdf 0.004 cpan:TOBYINK`
+	issued  2013-07-04;
+	changeset [
+		item "Eliminate smartmatch/given/when (except in one module where it will continue to be used for a short time)."^^Update;
+		item "Dropped the `-p` shorthand for the `--password` option because it conflicts with another shorthand."^^Removal;
+	].
+
+`App-perlrdf 0.005 cpan:TOBYINK`
+	issued    2014-09-14;
+	changeset [
+		item "No longer require Object::AUTHORITY."^^Change;
+		item "Drop final usage of smartmatch in favour of match::simple."^^Change;
+		item "Switch to Dist::Inkt."^^Packaging;
+	].
+
+`App-perlrdf 0.006 cpan:TOBYINK`
+	issued    2014-09-14;
+	changeset [
+		item "Add repo link."^^Packaging;
+	].
+
--- /dev/null
+++ b/meta/doap.pret
@@ -0,0 +1,23 @@
+# This file contains general metadata about the project.
+
+@prefix : <http://usefulinc.com/ns/doap#>.
+
+`App-perlrdf`
+	:programming-language "Perl" ;
+	:shortdesc            "perlrdf command line utils";
+	:homepage             <https://metacpan.org/release/App-perlrdf>;
+	:download-page        <https://metacpan.org/release/App-perlrdf>;
+	:bug-database         <http://rt.cpan.org/Dist/Display.html?Queue=App-perlrdf>;
+	:created              2012-07-08;
+	:license              <http://dev.perl.org/licenses/>;
+	:repository           [ a :GitRepository; :browse <https://github.com/tobyink/p5-app-perlrdf> ];
+	:maintainer           cpan:TOBYINK;
+	:developer            cpan:TOBYINK.
+
+<http://dev.perl.org/licenses/>
+	dc:title  "the same terms as the perl 5 programming language system itself".
+
+cpan:TOBYINK
+	foaf:name  "Toby Inkster";
+	foaf:mbox  <mailto:tobyink@cpan.org>.
+
--- /dev/null
+++ b/meta/makefile.pret
@@ -0,0 +1,36 @@
+@prefix deps:  <http://ontologi.es/doap-deps#> .
+
+<http://purl.org/NET/cpan-uri/dist/App-perlrdf/project>
+	deps:runtime-recommendation      [
+		deps:on "App::perlrdf::Command::Query"^^deps:CpanId;
+	];
+	deps:runtime-recommendation      [
+		deps:on "App::perlrdf::Command::Void"^^deps:CpanId;
+	];
+	deps:runtime-requirement         [ deps:on "App::Cmd"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "App::Cmd::Plugin::Prompt"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "Data::UUID"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "IO::Scalar"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "JSON 2.00"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "LWP::UserAgent"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "match::simple"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "namespace::clean"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "Path::Class"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "PerlX::Maybe"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "RDF::NS"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "RDF::TriN3"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "RDF::Trine"^^deps:CpanId ];
+	deps:runtime-requirement         [
+		deps:on "RDF::TrineX::Functions 0.004"^^deps:CpanId;
+	];
+	deps:runtime-requirement         [
+		deps:on "RDF::TrineX::Parser::Pretdsl"^^deps:CpanId;
+	];
+	deps:runtime-requirement         [ deps:on "RDF::TrineX::Parser::RDFa"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "URI"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "URI::file"^^deps:CpanId ];
+	deps:runtime-requirement         [ deps:on "Moose"^^deps:CpanId ];
+	deps:test-requirement            [ deps:on "Test::More 0.61"^^deps:CpanId ];
+	deps:test-requirement            [ deps:on "Test::Exception"^^deps:CpanId ];
+	deps:test-requirement            [ deps:on "Test::RDF 1.00"^^deps:CpanId ].
+
