/usr/local/CPAN/Class-DBI-Plugin-AutoUntaint/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Class::DBI::Plugin::AutoUntaint',
          'VERSION_FROM' => 'lib/Class/DBI/Plugin/AutoUntaint.pm',
          'PREREQ_PM' => {
                           'Class::DBI::FromCGI' => '0',
                           'Class::DBI::Plugin::Type' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;