From: Shlomi Fish Date: Mon, 19 Apr 2010 21:33:55 +0000 (+0300) Subject: Add the repository URL to the Makefile.PL/META.yml X-Git-Tag: 1.02~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c463274e098eeee747bdb603915dad1779e9956;hp=6f88e1d0295aae201cf8926202d92bb64538534c;p=gitmo%2FClass-MOP.git Add the repository URL to the Makefile.PL/META.yml --- diff --git a/Makefile.PL b/Makefile.PL index 11d6db8..44eb664 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,6 +30,8 @@ test_requires 'File::Spec'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; +repository 'git://git.moose.perl.org/Class-MOP.git'; + extra_tests(); makemaker_args( CCFLAGS => $ccflags );