We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c50c56 commit cd96b8aCopy full SHA for cd96b8a
Changes
@@ -1,5 +1,6 @@
1
Revision history for SQL::Abstract
2
3
+2.000000 - 2021-01-21
4
- Collapse custom join conditions back to something DBIC might understand
5
6
1.90_03 - 2019-10-13
Makefile.PL
@@ -21,6 +21,7 @@ my %META = (
21
'Test::Exception' => '0.31',
22
'Test::Warn' => '0',
23
'Storable' => '0', # for cloning in tests
24
+ 'Data::Dumper::Concise' => '0',
25
},
26
27
runtime => {
0 commit comments