projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6bb4cb6
)
dep
Yuval Kogman [Mon, 21 Jan 2008 16:44:21 +0000 (16:44 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
1d91063
..
e3c55b1
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-6,8
+6,8
@@
my $build = Module::Build->new(
module_name => 'MooseX::Getopt',
license => 'perl',
requires => {
- 'Moose' => '0.19',
- 'Getopt::Long' => '2.34',
+ 'Moose' => '0.19',
+ 'Getopt::Long::Descriptive' => '0.07',
},
optional => {
},