projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b3050bf
)
Declare dependency on namespace::clean.
Florian Ragwitz [Thu, 1 Jan 2009 18:35:21 +0000 (18:35 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9dfb58a
..
4b71971
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,6
+10,7
@@
all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm';
# Specific dependencies
requires 'Moose' => '0.31';
+requires 'namespace::clean' => 0;
build_requires 'Test::More' => 0;
WriteAll;