Dancer-Plugin-SecureSessionID

 view release on metacpan or  search on metacpan

config/BuildOptions.pm  view on Meta::CPAN

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



( run in 1.965 second using v1.01-cache-2.11-cpan-5837b0d9d2c )