Dancer-Plugin-Negotiate

 view release on metacpan or  search on metacpan

config/BuildOptions.pm  view on Meta::CPAN

%BuildOptions = (%BuildOptions,
    NAME                => 'Dancer::Plugin::Negotiate',
    DISTNAME            => 'Dancer-Plugin-Negotiate',
    AUTHOR              => 'David Zurborg <zurborg@cpan.org>',
    VERSION_FROM        => 'lib/Dancer/Plugin/Negotiate.pm',
    ABSTRACT_FROM       => 'lib/Dancer/Plugin/Negotiate.pm',
    LICENSE             => 'open-source',
    PL_FILES            => {},
    PMLIBDIRS           => [qw[ lib ]],
    PREREQ_PM => {
        'Test::Most' => 0,
		'Modern::Perl' => 0,
		'Dancer' => 1.312,
		'HTTP::Negotiate' => 6.01,
    },
    dist => {
        COMPRESS            => 'gzip -9f',
        SUFFIX              => 'gz',
        CI                  => 'git add',
        RCS_LABEL           => 'true',
    },
    clean               => { FILES => 'Dancer-Plugin-Negotiate-*' },
    depend => {
	'$(FIRST_MAKEFILE)' => 'config/BuildOptions.pm',
    },
);

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

( run in 1.816 second using v1.00-cache-2.02-grep-82fe00e-cpan-48ebf85a1963 )