projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b8f68e6
)
Require Moose 0.34
Dave Rolsky [Mon, 21 Jan 2008 23:55:34 +0000 (23:55 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
9c80121
..
5656d7d
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-8,7
+8,7
@@
my $builder = Module::Build->new
license => 'perl',
requires => { 'B' => 0,
'Exporter' => 0,
- 'Moose' => 0.26,
+ 'Moose' => 0.34,
'Sub::Name' => 0,
},
build_requires => { 'Scalar::Util' => 0,