Skip to content

Commit

Permalink
版本依赖完善
Browse files Browse the repository at this point in the history
  • Loading branch information
hexsum committed Oct 12, 2018
1 parent 1bd664b commit 6111133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires 'Time::Seconds';
requires 'Digest::SHA';
requires 'Digest::MD5';
requires 'Encode::Locale';
requires 'IO::Socket::SSL', '>= 1.94';
requires 'Mojolicious','>= 7.69, < 7.80';
requires 'IO::Socket::SSL', '>= 2.009';
requires 'Mojolicious','>= 7.83';
recommends 'Term::ANSIColor';
conflicts 'Mojolicious','>= 7.80';
conflicts 'Mojolicious','< 7.83';
4 changes: 2 additions & 2 deletions lib/Mojo/Weixin/Const.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ our %KEY_MAP_USER = qw(
sex Sex
display DisplayName
markname RemarkName
_avatar HeadImgUrl
_avatar HeadImgUrl
);
our %KEY_MAP_FRIEND = qw(
id UserName
Expand All @@ -39,7 +39,7 @@ our %KEY_MAP_FRIEND = qw(
sex Sex
display DisplayName
markname RemarkName
_avatar HeadImgUrl
_avatar HeadImgUrl
_verifyflag VerifyFlag
);
Expand Down

0 comments on commit 6111133

Please sign in to comment.