# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01 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::Application' => 4, 'CGI::Cookie' => 0, 'Class::ISA' => 0, 'Digest::SHA1' => 0, 'MIME::Base64' => 0, 'Scalar::Util' => 0, 'Task::Weaken' => 0, 'Test::More' => 0, 'Test::Warn' => '0.11', 'UNIVERSAL::require' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;