summaryrefslogtreecommitdiff
path: root/META.json
blob: 3ecaf67d023255be908c7d84d91c70913c4819b5 (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
{
   "abstract" : "CSV view class",
   "author" : [
      "Michael Brown <mbrown@fensystems.co.uk>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Catalyst-View-CSV",
   "no_index" : {
      "directory" : [
         "inc",
         "t"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Catalyst" : "0",
            "Catalyst::Action::RenderView" : "0",
            "Catalyst::Controller" : "0",
            "Catalyst::Model::DBIC::Schema" : "0",
            "Catalyst::Plugin::ConfigLoader" : "0",
            "Catalyst::Test" : "0",
            "CatalystX::Component::Traits" : "0",
            "Config::General" : "0",
            "DBD::SQLite" : "0",
            "DBIx::Class" : "0",
            "DBIx::Class::Schema" : "0",
            "ExtUtils::MakeMaker" : "6.59",
            "FindBin" : "0",
            "Moose" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.59"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "recommends" : {
            "Text::CSV_XS" : "0"
         },
         "requires" : {
            "Catalyst::View" : "0",
            "Text::CSV" : "0",
            "URI" : "0",
            "perl" : "5.009005"
         }
      }
   },
   "release_status" : "stable",
   "version" : "1.8",
   "x_generated_by_perl" : "v5.26.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}