use
5.010001;
use
Config;
use
ExtUtils::MakeMaker;
use
strict;
use
warnings;
WriteMakefile(
NAME
=>
'Rethinkdb'
,
VERSION_FROM
=>
'lib/Rethinkdb.pm'
,
ABSTRACT
=>
'Pure Perl RethinkDB Driver'
,
AUTHOR
=>
'Nathan Levin-Greenhaw <njlg@cpan.org>'
,
LICENSE
=>
'artistic_2'
,
META_MERGE
=> {
requires
=> {
perl
=>
'5.010001'
},
resources
=> {
},
no_index
=> {
directory
=> [
't'
]}
},
test
=> {
TESTS
=>
't/*.t'
}
);