Skip to content

Commit 8941519

Browse files
committed
Fix dep version
1 parent 9c339c9 commit 8941519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WriteMakefile(
99
AnyEvent => 5,
1010
'Digest::SHA1' => 2,
1111
'JSON::XS' => 3,
12-
'HTTP::Easy' => 0.03,
12+
'HTTP::Easy' => 0.02,
1313
},
1414
ABSTRACT_FROM => 'lib/AnyEvent/HTTP/Server.pm', # retrieve abstract from module
1515
AUTHOR => 'Mons Anderson <[email protected]>',

0 commit comments

Comments
 (0)