Skip to content

Commit dac3e7e

Browse files
authored
Merge pull request #18 from Grinnz/resp3
RESP3 parse and encode support
2 parents b15c029 + 70f3617 commit dac3e7e

File tree

4 files changed

+1014
-92
lines changed

4 files changed

+1014
-92
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ WriteMakefile(
2929
MIN_PERL_VERSION => '5.008001',
3030
PREREQ_PM => {
3131
'Carp' => 0,
32+
'Math::BigInt' => 0,
3233
'Test::More' => '0.94',
3334
},
3435
test => {TESTS => 't/*.t'},

0 commit comments

Comments
 (0)