projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7dc1418
)
Require a recent Moose
Dave Rolsky [Sat, 24 Nov 2007 21:36:33 +0000 (21:36 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
af645e1
..
ac4fda3
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-6,7
+6,8
@@
use Module::Build;
my $builder = Module::Build->new
( module_name => 'MooseX::ClassAttribute',
license => 'perl',
- requires => { 'Test::More' => 0,
+ requires => { 'Moose' => 0.26,
+ 'Test::More' => 0,
},
create_makefile_pl => 'passthrough',
create_readme => 1,