projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5549d5c
)
require a version of Test::More suitable for note()
master
Karen Etheridge [Sat, 29 Feb 2020 19:33:18 +0000 (11:33 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c27a949
..
465bdc1
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-51,7
+51,7
@@
my %WriteMakefileArgs = (
},
test => {
requires => {
- 'Test::More' => '0',
+ 'Test::More' => '0.88',
},
},
},