projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4b1c55
)
Restore 'dynamic_config => 0' missed in the Distar port
Dagfinn Ilmari Mannsåker [Mon, 3 Apr 2017 15:27:41 +0000 (16:27 +0100)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ff78a51
..
21d3a01
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for SQL::Abstract
+ - Restore 'dynamic_config => 0' missed in the Distar port
+
1.83 - 2017-04-03
- Support for DELETE ... RETURNING (GH#9)
- Port to Distar
diff --git
a/Makefile.PL
b/Makefile.PL
index
935f584
..
3bdbe93
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,6
+5,7
@@
use 5.006;
my %META = (
name => 'SQL-Abstract',
license => 'perl_5',
+ dynamic_config => 0,
prereqs => {
configure => {
requires => {