Net-Evernote

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use 5.006;
use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Net::Evernote',
    AUTHOR              => q{David Collins<davidcollins4481@gmail.com>, Ken Peng <shorttag@gmail.com>},
    VERSION_FROM        => 'lib/Net/Evernote.pm',
    ABSTRACT_FROM       => 'lib/Net/Evernote.pm',
    ($ExtUtils::MakeMaker::VERSION >= 6.3002
      ? ('LICENSE'=> 'perl')
      : ()),
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
        'LWP::UserAgent' => 0,
        'IO::String' => 0,
        'Crypt::SSLeay' => 0,
        'Thrift::XS' => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Net-Evernote-*' },
);



( run in 0.755 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )