projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
40ab99f
)
Require Moose 0.94
Dave Rolsky [Sun, 4 Apr 2010 02:36:05 +0000 (21:36 -0500)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
8815ba0
..
e8abd5d
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-9,7
+9,7
@@
my $builder = Module::Build->new(
module_name => 'MooseX::StrictConstructor',
license => 'perl',
requires => {
- 'Moose' => '0.74',
+ 'Moose' => '0.94',
},
build_requires => {
'Test::More' => '0.88',