Dancer-Plugin-Auth-Google

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

WriteMakefile(
    NAME                => 'Dancer::Plugin::Auth::Google',
    AUTHOR              => 'Breno G. de Oliveira <garu@cpan.org>',
    VERSION_FROM        => 'lib/Dancer/Plugin/Auth/Google.pm',
    ABSTRACT_FROM       => 'lib/Dancer/Plugin/Auth/Google.pm',
    LICENSE             => 'perl',
    PL_FILES            => {},
    PREREQ_PM => {
        'JSON'            => 0,
        'Dancer'          => 0,
        'Furl'            => 0,
        'IO::Socket::SSL' => 0,
        'Carp'            => 0,
        'URI'             => 0,
        'Test::More'      => 0,
        'Try::Tiny'       => 0,
    },
    META_MERGE => {
        resources => {
            repository => 'https://github.com/garu/Dancer-Plugin-Auth-Google',
            bugtracker => 'https://github.com/garu/Dancer-Plugin-Auth-Google/issues',
            license    => 'http://dev.perl.org/licenses',
        },
    },
    dist      => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean     => { FILES => 'Dancer-Plugin-Auth-Google-*' },
);



( run in 0.861 second using v1.01-cache-2.11-cpan-39bf76dae61 )