projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9287e91
)
revert dep
Yuval Kogman [Tue, 22 Jan 2008 13:18:22 +0000 (13:18 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
e3c55b1
..
1d91063
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::Descriptive' => '0.07',
+ 'Moose' => '0.19',
+ 'Getopt::Long' => '2.34',
},
optional => {
},