Skip to content

Commit

Permalink
更新依赖关系
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Jun 29, 2018
1 parent b6a7416 commit a64b05f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WriteMakefile(
#"Term::ANSIColor" => 0,
"Encode::Locale" => 0,
"IO::Socket::SSL" => '1.94',
"Mojolicious" => '6.11',
"Mojolicious" => '7.69',
#"Webqq::Encryption" => '1.5',
}, # e.g., Module::Name => 1.1
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down
12 changes: 12 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
requires 'Compress::Raw::Zlib';
requires 'IO::Compress::Gzip';
requires 'Time::HiRes';
requires 'Time::Piece';
requires 'Time::Seconds';
requires 'Digest::SHA';
requires 'Digest::MD5';
requires 'Encode::Locale';
requires 'IO::Socket::SSL', '>= 1.94';
requires 'Mojolicious','>= 7.69, < 7.80';
recommends 'Term::ANSIColor';
conflicts 'Mojolicious','>= 7.80';

0 comments on commit a64b05f

Please sign in to comment.