projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8c50c56
)
include Data::Dumper::Concise in dep list
Matt S Trout [Thu, 21 Jan 2021 20:40:12 +0000 (20:40 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2d40d9a
..
f4ef332
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-21,6
+21,7
@@
my %META = (
'Test::Exception' => '0.31',
'Test::Warn' => '0',
'Storable' => '0', # for cloning in tests
+ 'Data::Dumper::Concise' => '0',
},
},
runtime => {