From a3341f774a4aa00765970301e259be818929a7cf Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 4 Oct 2014 17:35:57 +0000 Subject: Exporter-Tiny-0.042 --- META.json | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 META.json (limited to 'META.json') diff --git a/META.json b/META.json new file mode 100644 index 0000000..79ece81 --- /dev/null +++ b/META.json @@ -0,0 +1,76 @@ +{ + "abstract" : "an exporter with the features of Sub::Exporter but only core dependencies", + "author" : [ + "Toby Inkster (TOBYINK) " + ], + "dynamic_config" : 0, + "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.023, CPAN::Meta::Converter version 2.140640", + "keywords" : [], + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Exporter-Tiny", + "no_index" : { + "directory" : [ + "eg", + "examples", + "inc", + "t", + "xt" + ] + }, + "optional_features" : {}, + "prereqs" : { + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "6.17" + } + }, + "runtime" : { + "requires" : { + "perl" : "5.006001" + } + }, + "test" : { + "recommends" : { + "Test::Fatal" : "0", + "Test::Warnings" : "0" + }, + "requires" : { + "Test::More" : "0.47" + } + } + }, + "provides" : { + "Exporter::Shiny" : { + "file" : "lib/Exporter/Shiny.pm", + "version" : "0.042" + }, + "Exporter::Tiny" : { + "file" : "lib/Exporter/Tiny.pm", + "version" : "0.042" + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny" + }, + "homepage" : "https://metacpan.org/release/Exporter-Tiny", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "type" : "git", + "url" : "git://github.com/tobyink/p5-exporter-tiny.git", + "web" : "https://github.com/tobyink/p5-exporter-tiny" + }, + "x_IRC" : "irc://irc.perl.org/#moops", + "x_identifier" : "http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/project" + }, + "version" : "0.042" +} -- cgit v1.2.1