Skip to content

Commit

Permalink
Build results of 3904dd2 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 18, 2016
1 parent a599bf5 commit 1d5e5b4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release history for DigestX-Multi

0.001000 2016-06-18T20:40:39Z 23aeda9
0.001000 2016-06-18T20:44:58Z 3904dd2
- First version.
14 changes: 14 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"Test::More" : "0.99"
},
"requires" : {
"Digest::SHA" : "5.60",
"Digest::SHA3" : "0",
"Digest::Whirlpool" : "0",
"Dist::Zilla" : "5",
"Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001003",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004002",
Expand Down Expand Up @@ -853,6 +856,17 @@
"name" : "TestSuggests",
"version" : "5.047"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "requires"
}
},
"name" : "DevelopRequires",
"version" : "5.047"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
Expand Down
5 changes: 5 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,8 @@ Digest::MD5 = 0
Digest::SHA = 5.60
Digest::SHA3 = 0
Digest::Whirlpool = 0

[Prereqs / DevelopRequires]
Digest::SHA = 5.60
Digest::SHA3 = 0
Digest::Whirlpool = 0
5 changes: 5 additions & 0 deletions dist.ini.meta
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ Digest::MD5 = 0
Digest::SHA = 5.60
Digest::SHA3 = 0
Digest::Whirlpool = 0

[Prereqs / DevelopRequires]
Digest::SHA = 5.60
Digest::SHA3 = 0
Digest::Whirlpool = 0
3 changes: 3 additions & 0 deletions t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ do { my $x = {
'Test::More' => '0.99'
},
'requires' => {
'Digest::SHA' => '5.60',
'Digest::SHA3' => '0',
'Digest::Whirlpool' => '0',
'Dist::Zilla' => '5',
'Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING' => '0.001003',
'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.004002',
Expand Down

0 comments on commit 1d5e5b4

Please sign in to comment.