Add the repository URL to the Makefile.PL/META.yml
Shlomi Fish [Mon, 19 Apr 2010 21:33:55 +0000 (00:33 +0300)]
Makefile.PL

index 11d6db8..44eb664 100644 (file)
@@ -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 );