/usr/local/CPAN/CGI-Application-Plugin-Authentication/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'CGI::Application::Plugin::Authentication',
'VERSION_FROM' => 'lib/CGI/Application/Plugin/Authentication.pm',
'PREREQ_PM' => {
'Attribute::Handlers' => 0,
'CGI' => '3.16',
'CGI::Application' => 4,
'Class::ISA' => 0,
'Digest::SHA' => 0,
'MIME::Base64' => 0,
'Readonly' => 0,
'Scalar::Util' => 0,
'Test::Exception' => 0,
'Test::MockObject' => 0,
'Test::More' => '0.93',
'Test::NoWarnings' => 0,
'Test::Regression' => 0,
'Test::Taint' => 0,
'Test::Warn' => '0.11',
'Test::Without::Module' => 0,
'UNIVERSAL::require' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;