summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..86a12b9
--- /dev/null
+++ b/META.json
@@ -0,0 +1,87 @@
+{
+ "abstract" : "Various portability utilities for module builders",
+ "author" : [
+ "Ken Williams <kwilliams@cpan.org>",
+ "Leon Timmermans <leont@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.011, CPAN::Meta::Converter version 2.132830",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "ExtUtils-Helpers",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "6.30"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Pod::Coverage::TrustPod" : "0",
+ "Test::Pod" : "1.41",
+ "Test::Pod::Coverage" : "1.08"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Carp" : "0",
+ "Exporter" : "5.57",
+ "File::Basename" : "0",
+ "File::Copy" : "0",
+ "File::Spec::Functions" : "0",
+ "Module::Load" : "0",
+ "Text::ParseWords" : "3.24",
+ "perl" : "5.006",
+ "strict" : "0",
+ "warnings" : "0"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Cwd" : "0",
+ "File::Spec" : "0",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
+ "Test::More" : "0",
+ "lib" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "ExtUtils::Helpers" : {
+ "file" : "lib/ExtUtils/Helpers.pm",
+ "version" : "0.022"
+ },
+ "ExtUtils::Helpers::Unix" : {
+ "file" : "lib/ExtUtils/Helpers/Unix.pm",
+ "version" : "0.022"
+ },
+ "ExtUtils::Helpers::VMS" : {
+ "file" : "lib/ExtUtils/Helpers/VMS.pm",
+ "version" : "0.022"
+ },
+ "ExtUtils::Helpers::Windows" : {
+ "file" : "lib/ExtUtils/Helpers/Windows.pm",
+ "version" : "0.022"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-extutils-helpers at rt.cpan.org",
+ "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-Helpers"
+ },
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/Leont/extutils-helpers.git",
+ "web" : "https://github.com/Leont/extutils-helpers"
+ }
+ },
+ "version" : "0.022"
+}
+