projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a010dc3
)
Update the repository information
gfx [Thu, 3 Dec 2009 02:06:02 +0000 (11:06 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
91543a0
..
45d8a17
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-84,6
+84,8
@@
if (author_context()) {
}
}
+repository 'git://git.moose.perl.org/Mouse.git';
+
tests 't/*.t t/*/*.t';
clean_files 'lib/Mouse/Tiny.pm $(O_FILES)';
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
19c042f
..
334e8d3
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-392,7
+392,7
@@
keywords (such as L</extends>) it will break loudly instead breaking subtly.
We have a public git repository:
- git clone git://jules.scsys.co.uk/gitmo/Mouse.git
+ git clone git://git.moose.perl.org/Mouse.git
=head1 DEPENDENCIES