summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..08d7cfd
--- /dev/null
+++ b/META.json
@@ -0,0 +1,71 @@
+{
+ "abstract" : "Build.PL install path logic made easy",
+ "author" : [
+ "Ken Williams <kwilliams@cpan.org>",
+ "Leon Timmermans <leont@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.143240",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "ExtUtils-InstallPaths",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Pod::Coverage::TrustPod" : "0",
+ "Test::Pod" : "1.41",
+ "Test::Pod::Coverage" : "1.08"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Carp" : "0",
+ "ExtUtils::Config" : "0.002",
+ "File::Spec" : "0",
+ "perl" : "5.006",
+ "strict" : "0",
+ "warnings" : "0"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "File::Spec" : "0",
+ "File::Spec::Functions" : "0.83",
+ "File::Temp" : "0",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
+ "Test::More" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "ExtUtils::InstallPaths" : {
+ "file" : "lib/ExtUtils/InstallPaths.pm",
+ "version" : "0.011"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-extutils-installpaths at rt.cpan.org",
+ "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-InstallPaths"
+ },
+ "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/Leont/extutils-installpaths.git",
+ "web" : "https://github.com/Leont/extutils-installpaths"
+ }
+ },
+ "version" : "0.011"
+}
+