The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::Authentication::Driver::DBIC',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/Authentication/Driver/DBIC.pm',
          'PREREQ_PM' => {
                           'CGI' => '0',
                           'CGI::Application::Plugin::Authentication' => '0.06',
                           'DBIx::Class' => '0',
                           'File::Path' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;