Skip to content

Commit cd96b8a

Browse files
committed
include Data::Dumper::Concise in dep list
1 parent 8c50c56 commit cd96b8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Revision history for SQL::Abstract
22

3+
2.000000 - 2021-01-21
34
- Collapse custom join conditions back to something DBIC might understand
45

56
1.90_03 - 2019-10-13

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ my %META = (
2121
'Test::Exception' => '0.31',
2222
'Test::Warn' => '0',
2323
'Storable' => '0', # for cloning in tests
24+
'Data::Dumper::Concise' => '0',
2425
},
2526
},
2627
runtime => {

0 commit comments

Comments
 (0)