summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..7a79c41
--- /dev/null
+++ b/META.json
@@ -0,0 +1,51 @@
+{
+ "abstract" : "Perl implementation of the which utility as an API",
+ "author" : [
+ "Per Einar Ellefsen <pereinar@cpan.org>",
+ "Adam Kennedy <adamk@cpan.org>",
+ "Graham Ollis <plicease@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "File-Which",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0",
+ "perl" : "5.006"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "perl" : "5.006"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Test::More" : "0.47",
+ "perl" : "5.006"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/plicease/File-Which/issues"
+ },
+ "homepage" : "http://perl.wdlabs.com/File-Which",
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/plicease/File-Which.git",
+ "web" : "https://github.com/plicease/File-Which"
+ }
+ },
+ "version" : "1.19"
+}
+