File tree 5 files changed +25
-12
lines changed
5 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 4
4
" Christian Walde <walde.christian@gmail.com>"
5
5
],
6
6
"dynamic_config" : 0 ,
7
- "generated_by" : " Dist::Zilla version 5.036 , CPAN::Meta::Converter version 2.143240 " ,
7
+ "generated_by" : " Dist::Zilla version 6.007 , CPAN::Meta::Converter version 2.150005 " ,
8
8
"license" : [
9
9
" unrestricted"
10
10
],
15
15
"name" : " Microidium" ,
16
16
"no_index" : {
17
17
"directory" : [
18
- " t" ,
19
- " xt" ,
18
+ " corpus" ,
20
19
" examples" ,
21
- " corpus"
20
+ " t" ,
21
+ " xt"
22
22
],
23
23
"package" : [
24
24
" DB"
34
34
},
35
35
"develop" : {
36
36
"requires" : {
37
+ "English" : " 0" ,
37
38
"Pod::Coverage::TrustPod" : " 0" ,
38
39
"Test::CPAN::Meta" : " 0" ,
39
40
"Test::More" : " 0" ,
40
41
"Test::Pod" : " 1.41" ,
41
42
"Test::Pod::Coverage" : " 1.08" ,
42
- "Test::Version" : " 1"
43
+ "Test::Portability::Files" : " 0" ,
44
+ "Test::Version" : " 1" ,
45
+ "strict" : " 0" ,
46
+ "warnings" : " 0"
43
47
}
44
48
},
45
49
"runtime" : {
99
103
"IPC::Open3" : " 0" ,
100
104
"Test::InDistDir" : " 0" ,
101
105
"Test::More" : " 0" ,
106
+ "blib" : " 1.01" ,
102
107
"perl" : " 5.010" ,
103
108
"strict" : " 0" ,
104
109
"warnings" : " 0"
200
205
"web" : " https://github.com/wchristian/Microidium"
201
206
}
202
207
},
203
- "version" : " 0.000001"
208
+ "version" : " 0.000001" ,
209
+ "x_serialization_backend" : " Cpanel::JSON::XS version 3.0213"
204
210
}
205
211
Original file line number Diff line number Diff line change 1
- # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036 .
1
+ # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007 .
2
2
use strict;
3
3
use warnings;
4
4
@@ -81,6 +81,7 @@ my %WriteMakefileArgs = (
81
81
" IPC::Open3" => 0,
82
82
" Test::InDistDir" => 0,
83
83
" Test::More" => 0,
84
+ " blib" => " 1.01" ,
84
85
" strict" => 0,
85
86
" warnings" => 0
86
87
},
@@ -100,9 +101,7 @@ my %FallbackPrereqs = (
100
101
" Clone" => 0,
101
102
" Color::Mix" => 0,
102
103
" Data::GUID" => 0,
103
- " ExtUtils::MakeMaker" => 0,
104
104
" File::ShareDir" => 0,
105
- " File::ShareDir::Install" => " 0.06" ,
106
105
" File::Spec" => 0,
107
106
" File::Temp" => 0,
108
107
" IO::All" => 0,
@@ -138,6 +137,7 @@ my %FallbackPrereqs = (
138
137
" Test::InDistDir" => 0,
139
138
" Test::More" => 0,
140
139
" Time::HiRes" => 0,
140
+ " blib" => " 1.01" ,
141
141
" constant" => 0,
142
142
" curry" => 0,
143
143
" experimental" => 0,
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ L<SVatG|http://demogroup.vc/> for emotional support and graphics programming
49
49
knowledge.
50
50
51
51
L<Paul Evans|https://metacpan.org/author/PEVANS> and other maintainers
52
- L<Async::IO >, used for networking.
52
+ L<IO::Async >, used for networking.
53
53
54
- L<Ingy döt Net|https://metacpan.org/author/INGY> and other maintainers for
54
+ L<Ingy d�t Net|https://metacpan.org/author/INGY> and other maintainers for
55
55
L<Inline::Module> and L<Inline::C>, used to provide slow Perl math as blazing
56
56
fast XS.
57
57
@@ -87,6 +87,8 @@ Sounds made with http://www.bfxr.net/
87
87
88
88
Font texture made with http://www.codehead.co.uk/cbfg/
89
89
90
+ To be inspected for inspiration: http://www.xpilot.org/development/
91
+
90
92
=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
91
93
92
94
=head1 SUPPORT
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ on 'test' => sub {
51
51
requires " IPC::Open3" => " 0" ;
52
52
requires " Test::InDistDir" => " 0" ;
53
53
requires " Test::More" => " 0" ;
54
+ requires " blib" => " 1.01" ;
54
55
requires " perl" => " 5.010" ;
55
56
requires " strict" => " 0" ;
56
57
requires " warnings" => " 0" ;
@@ -63,10 +64,14 @@ on 'configure' => sub {
63
64
};
64
65
65
66
on ' develop' => sub {
67
+ requires " English" => " 0" ;
66
68
requires " Pod::Coverage::TrustPod" => " 0" ;
67
69
requires " Test::CPAN::Meta" => " 0" ;
68
70
requires " Test::More" => " 0" ;
69
71
requires " Test::Pod" => " 1.41" ;
70
72
requires " Test::Pod::Coverage" => " 1.08" ;
73
+ requires " Test::Portability::Files" => " 0" ;
71
74
requires " Test::Version" => " 1" ;
75
+ requires " strict" => " 0" ;
76
+ requires " warnings" => " 0" ;
72
77
};
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ L<SVatG|http://demogroup.vc/> for emotional support and graphics programming
44
44
knowledge.
45
45
46
46
L<Paul Evans|https://metacpan.org/author/PEVANS> and other maintainers
47
- L<Async::IO > , used for networking.
47
+ L<IO::Async > , used for networking.
48
48
49
49
L<Ingy döt Net|https://metacpan.org/author/INGY> and other maintainers for
50
50
L<Inline::Module> and L<Inline::C> , used to provide slow Perl math as blazing
You can’t perform that action at this time.
0 commit comments