projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
159b216
)
fix dist.ini
Damien Krotkine [Tue, 29 Mar 2011 10:37:38 +0000 (12:37 +0200)]
ChangeLog
patch
|
blob
|
blame
|
history
dist.ini
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
569338f
..
ea317e4
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
Revision history for Perl extension MooseX-Getopt
+{{NEXT}}
+ * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
+
0.35 Wed 09 Feb 2011
* Fix missed change from Test::Exception to Test::Fatal
diff --git
a/dist.ini
b/dist.ini
index
adf4ec3
..
d3f5f4a
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-21,12
+21,12
@@
repository_at = gitmo
authority = cpan:STEVAN
auto_prereq = 0
-[Prereq]
+[Prereqs]
Getopt::Long = 2.37
Getopt::Long::Descriptive = 0.081
Moose = 0.56
-[Prereq / TestRequires]
+[Prereqs / TestRequires]
Test::Fatal = 0.003
Test::Warn = 0.21
Test::More = 0.88