X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=Makefile.PL;h=d9d0041d1707c5dacae1be81cbff272c8a3bfbc5;hp=df9612b0c595e2395e158fa356ff60bac63ce054;hb=topic%2Fconfigfile_default_codref_call;hpb=2df3276495f5134dfd230ecd1964a4ac5dcb3bf2 diff --git a/Makefile.PL b/Makefile.PL index df9612b..d9d0041 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,8 @@ build_requires 'Test::Moose'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; +resources repository => 'git://git.moose.perl.org/MooseX-Getopt.git'; + auto_manifest(); WriteAll;