projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a4db695
)
Fix missing dependency RT#67077
Tomas Doran [Wed, 30 Mar 2011 08:52:45 +0000 (09:52 +0100)]
ChangeLog
patch
|
blob
|
blame
|
history
dist.ini
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
9a4b11f
..
0af4c63
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
Revision history for Perl extension MooseX-Getopt
+ * Fix missing dependency. (RT#67077)
+
0.36 Tue 29 Mar 2011
* Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
* MooseX::Getopt::GLD
diff --git
a/dist.ini
b/dist.ini
index
4a03859
..
7846871
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-25,6
+25,7
@@
auto_prereq = 0
Getopt::Long = 2.37
Getopt::Long::Descriptive = 0.081
Moose = 0.56
+MooseX::Role::Parameterized = 0
[Prereqs / TestRequires]
Test::Fatal = 0.003