This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / dist / PathTools / META.json
1 {
2    "abstract" : "Tools for working with directory and file names",
3    "author" : [
4       "Perl 5 Porters"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
8    "license" : [
9       "perl_5"
10    ],
11    "meta-spec" : {
12       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13       "version" : "2"
14    },
15    "name" : "PathTools",
16    "no_index" : {
17       "directory" : [
18          "t",
19          "inc"
20       ]
21    },
22    "prereqs" : {
23       "build" : {
24          "requires" : {
25             "ExtUtils::MakeMaker" : "0"
26          }
27       },
28       "configure" : {
29          "requires" : {
30             "ExtUtils::MakeMaker" : "0"
31          }
32       },
33       "runtime" : {
34          "requires" : {
35             "Carp" : "0",
36             "File::Basename" : "0",
37             "Scalar::Util" : "0",
38             "Test::More" : "0.88"
39          }
40       }
41    },
42    "release_status" : "stable",
43    "resources" : {
44       "bugtracker" : {
45          "web" : "https://rt.perl.org/rt3/"
46       },
47       "homepage" : "http://dev.perl.org/",
48       "repository" : {
49          "type" : "git",
50          "url" : "git://perl5.git.perl.org/perl.git"
51       }
52    },
53    "version" : "3.86",
54    "x_serialization_backend" : "JSON::PP version 2.27400_02"
55 }