summaryrefslogtreecommitdiff
path: root/external/perl/Text-Template-1.56/META.json
blob: 2d41ada9a0e05116b20a8ef69a0c6ccfabe32cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
   "abstract" : "Expand template text with embedded Perl",
   "author" : [
      "Michael Schout <mschout@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Text-Template",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "perl" : "5.008"
         }
      },
      "develop" : {
         "requires" : {
            "Dist::Zilla" : "5",
            "Dist::Zilla::PluginBundle::MSCHOUT" : "0",
            "Software::License::Perl_5" : "0",
            "Test::Pod" : "1.41",
            "Test::Signature" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Encode" : "0",
            "Exporter" : "0",
            "base" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Temp" : "0",
            "Safe" : "0",
            "Test::More" : "0",
            "Test::More::UTF8" : "0",
            "Test::Warnings" : "0",
            "lib" : "0",
            "perl" : "5.008",
            "utf8" : "0",
            "vars" : "0"
         }
      }
   },
   "provides" : {
      "Text::Template" : {
         "file" : "lib/Text/Template.pm",
         "version" : "1.56"
      },
      "Text::Template::Preprocess" : {
         "file" : "lib/Text/Template/Preprocess.pm",
         "version" : "1.56"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/mschout/perl-text-template/issues"
      },
      "homepage" : "https://github.com/mschout/perl-text-template",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/mschout/perl-text-template.git",
         "web" : "https://github.com/mschout/perl-text-template"
      }
   },
   "version" : "1.56",
   "x_generated_by_perl" : "v5.26.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
}