projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6f88e1d
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
11d6db8
..
44eb664
100644
(file)
--- 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 );