~ubuntu-branches/ubuntu/trusty/libtest-roo-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-01-14 19:25:11 UTC
  • Revision ID: package-import@ubuntu.com-20140114192511-9ycl4dc1zgamfnek
Tags: upstream-1.002
ImportĀ upstreamĀ versionĀ 1.002

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   "abstract" : "Composable, reusable tests with roles and Moo",
 
3
   "author" : [
 
4
      "David Golden <dagolden@cpan.org>"
 
5
   ],
 
6
   "dynamic_config" : 0,
 
7
   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132620",
 
8
   "license" : [
 
9
      "apache_2_0"
 
10
   ],
 
11
   "meta-spec" : {
 
12
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 
13
      "version" : "2"
 
14
   },
 
15
   "name" : "Test-Roo",
 
16
   "no_index" : {
 
17
      "directory" : [
 
18
         "t",
 
19
         "xt",
 
20
         "examples",
 
21
         "corpus"
 
22
      ],
 
23
      "package" : [
 
24
         "DB"
 
25
      ]
 
26
   },
 
27
   "prereqs" : {
 
28
      "configure" : {
 
29
         "requires" : {
 
30
            "ExtUtils::MakeMaker" : "6.17"
 
31
         }
 
32
      },
 
33
      "develop" : {
 
34
         "requires" : {
 
35
            "Pod::Coverage::TrustPod" : "0",
 
36
            "Test::CPAN::Meta" : "0",
 
37
            "Test::Pod" : "1.41",
 
38
            "Test::Pod::Coverage" : "1.08"
 
39
         }
 
40
      },
 
41
      "runtime" : {
 
42
         "recommends" : {
 
43
            "bareword::filehandles" : "0",
 
44
            "indirect" : "0",
 
45
            "multidimensional" : "0"
 
46
         },
 
47
         "requires" : {
 
48
            "Moo" : "1.000008",
 
49
            "MooX::Types::MooseLike::Base" : "0",
 
50
            "Sub::Install" : "0",
 
51
            "Test::More" : "0.96",
 
52
            "perl" : "5.008001",
 
53
            "strictures" : "0"
 
54
         }
 
55
      },
 
56
      "test" : {
 
57
         "requires" : {
 
58
            "Capture::Tiny" : "0",
 
59
            "ExtUtils::MakeMaker" : "0",
 
60
            "File::Spec" : "0",
 
61
            "File::Spec::Functions" : "0",
 
62
            "File::Temp" : "0",
 
63
            "IO::Handle" : "0",
 
64
            "IPC::Open3" : "0",
 
65
            "List::Util" : "0",
 
66
            "Test::More" : "0",
 
67
            "lib" : "0",
 
68
            "strict" : "0",
 
69
            "warnings" : "0"
 
70
         }
 
71
      }
 
72
   },
 
73
   "provides" : {
 
74
      "Test::Roo" : {
 
75
         "file" : "lib/Test/Roo.pm",
 
76
         "version" : "1.002"
 
77
      },
 
78
      "Test::Roo::Class" : {
 
79
         "file" : "lib/Test/Roo/Class.pm",
 
80
         "version" : "1.002"
 
81
      },
 
82
      "Test::Roo::Cookbook" : {
 
83
         "file" : "lib/Test/Roo/Cookbook.pm",
 
84
         "version" : "1.002"
 
85
      },
 
86
      "Test::Roo::Role" : {
 
87
         "file" : "lib/Test/Roo/Role.pm",
 
88
         "version" : "1.002"
 
89
      }
 
90
   },
 
91
   "release_status" : "stable",
 
92
   "resources" : {
 
93
      "bugtracker" : {
 
94
         "web" : "https://github.com/dagolden/Test-Roo/issues"
 
95
      },
 
96
      "homepage" : "https://github.com/dagolden/Test-Roo",
 
97
      "repository" : {
 
98
         "type" : "git",
 
99
         "url" : "https://github.com/dagolden/Test-Roo.git",
 
100
         "web" : "https://github.com/dagolden/Test-Roo"
 
101
      }
 
102
   },
 
103
   "version" : "1.002",
 
104
   "x_authority" : "cpan:DAGOLDEN",
 
105
   "x_contributors" : [
 
106
      "Diab Jerius <djerius@gmail.com>"
 
107
   ]
 
108
}
 
109