projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f3fa0a
)
Drop reqs - works on 5.6.1 just fine
Peter Rabbitson [Wed, 28 May 2014 10:07:54 +0000 (12:07 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
8faa856
..
66b4022
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-2,9
+2,9
@@
use inc::Module::Install 1.06;
use strict;
use warnings;
-use 5.006002;
+use 5.006;
-perl_version '5.006002';
+perl_version '5.006';
name 'SQL-Abstract';
author 'Nathan Wiger <nate@wiger.org>';
resources 'license' => 'http://dev.perl.org/licenses/';