SMS-Send-NANP-Twilio

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME           => 'SMS::Send::NANP::Twilio',
    VERSION_FROM   => 'lib/SMS/Send/NANP/Twilio.pm',
    PREREQ_PM      => {
                        'URI'                           => 0,
                        'JSON::XS'                      => 0,
                        'DateTime'                      => 0, #tests
                        'SMS::Send::Driver::WebService' => 0.06,
                      },
    ABSTRACT_FROM  => 'lib/SMS/Send/NANP/Twilio.pm',
    AUTHOR         => 'Michael Davis <mrdvt>',
    'META_MERGE'   => {
                        'resources' => {
                          'repository' => {
                            'web' => 'https://github.com/mrdvt92/perl-SMS-Send-NANP-Twilio.git',
                            'url' => 'git@github.com:mrdvt92/perl-SMS-Send-NANP-Twilio.git',
                            'type' => 'git'
                          },
                          'homepage' => 'https://github.com/mrdvt92/perl-SMS-Send-NANP-Twilio',
                          'bugtracker' => {
                            'web' => 'https://github.com/mrdvt92/perl-SMS-Send-NANP-Twilio/issues'
                          }
                        },
                        'meta-spec' => {'version' => 2},
                      },

);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.439 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )