diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 783e658d..7958bc6b 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -64,7 +64,7 @@ if($Module::Install::AUTHOR) { postamble qq{test :: test_pp\n\n}; } -auto_set_repository(); +repository('http://github.com/msgpack/msgpack'); auto_include; WriteAll;