summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorOnur Aslan <onuraslan@gmail.com>2014-03-14 12:33:41 +0200
committerOnur Aslan <onuraslan@gmail.com>2014-03-14 12:33:41 +0200
commit7346f2d1ffda0e52bc3433def2630f17168e5be1 (patch)
tree286adaa6e8f46bc05f6d5e659865047c50f5f7c2 /Makefile.PL
parent5d0686436dac8d670dd9defeb2d5423b7bb424d7 (diff)
Imported Upstream version 1.34
Diffstat (limited to 'Makefile.PL')
-rw-r--r--[-rwxr-xr-x]Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5cc93c5..d556366 100755..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,9 +5,11 @@ WriteMakefile(
NAME => 'RiveScript',
VERSION_FROM => 'lib/RiveScript.pm', # finds $VERSION
PREREQ_PM => {
- JSON => 1.0,
+ JSON => 0,
}, # e.g., Module::Name => 1.1
EXE_FILES => [ 'bin/rivescript' ],
+ LICENSE => 'gpl_2',
+ MIN_PERL_VERSION => '5.8.0',
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/RiveScript.pm', # retrieve abstract from module
AUTHOR => 'Noah Petherbridge <kirsle@cpan.org>') : ()),