Skip to content

Commit

Permalink
some version restrictions for SSL over HTTP::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Aug 30, 2016
1 parent 85985c1 commit 75a25bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpanfile
@@ -1,8 +1,10 @@
requires "Carp" => "0";
requires "HTTP::Tiny" => "0";
requires "HTTP::Tiny" => "0.056";
requires "IO::Socket::SSL" => "1.42";
requires "JSON::MaybeXS" => "0";
requires "Moo" => "0";
requires "Moo::Role" => "0";
requires "Net::SSLeay" => "1.49";
requires "Ref::Util" => "0";
requires "Safe::Isa" => "0";
requires "Search::Elasticsearch" => "2.02";
Expand Down
3 changes: 3 additions & 0 deletions dist.ini
Expand Up @@ -21,6 +21,9 @@ exclude_filename = cpanfile

[Prereqs]
Search::Elasticsearch = 2.02
HTTP::Tiny = 0.056
IO::Socket::SSL = 1.42
Net::SSLeay = 1.49

[AutoPrereqs]
skip = ^t::lib::Functions$
Expand Down

0 comments on commit 75a25bd

Please sign in to comment.