projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8449e6e
)
Build.PL - need Class::MOP 0.31
Eric Wilhelm [Sun, 6 Aug 2006 01:29:20 +0000 (
01:29
+0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
b4a6f44
..
07afd9b
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-8,7
+8,7
@@
my $build = Module::Build->new(
requires => {
'Scalar::Util' => '1.18',
'Carp' => '0',
- 'Class::MOP' => '0.30',
+ 'Class::MOP' => '0.31',
'Sub::Name' => '0.02',
'UNIVERSAL::require' => '0.10',
'Sub::Exporter' => '0.954',