projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5e9efef
)
add Sub::Name and perl 5.010 to test recommendations (fixes #18)
Jesse Luehrs [Tue, 29 Apr 2014 19:20:42 +0000 (15:20 -0400)]
Changes
patch
|
blob
|
blame
|
history
dist.ini
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b78bba5
..
eb3a60e
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,7
@@
Revision history for Try-Tiny
{{$NEXT}}
+ - add optional test deps as recommended prereqs (Karen Etheridge, #18)
0.21 2014-04-15
- also skip the test if Capture::Tiny is too old (Martin Popel, #17)
diff --git
a/dist.ini
b/dist.ini
index
19de5c4
..
000b1b3
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-26,3
+26,5
@@
perl = 5.006
[Prereqs / TestRecommends]
Capture::Tiny = 0.12 ; capture_stderr
+perl = 5.010
+Sub::Name = 0