projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30e2876
)
Restore perl version requirement missed in the Distar port
Dagfinn Ilmari Mannsåker [Mon, 3 Apr 2017 15:32:43 +0000 (16:32 +0100)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e307263
..
a615a9f
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for SQL::Abstract
+ - Restore perl version requirement missed in the Distar port
+
1.84 - 2017-04-03
- Restore 'dynamic_config => 0' missed in the Distar port
diff --git
a/Makefile.PL
b/Makefile.PL
index
3bdbe93
..
5e246bd
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-34,6
+34,7
@@
my %META = (
'Sub::Quote' => '2.000001',
'Hash::Merge' => '0.12',
'Text::Balanced' => '2.00',
+ 'perl' => '5.006',
},
},
develop => {