/usr/local/CPAN/SQLite-Work/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'SQLite::Work',
          'EXE_FILES' => [
                           'scripts/sqlreport',
                           'scripts/sqlw_import',
                           'scripts/sqlw_mail'
                         ],
          'VERSION_FROM' => 'lib/SQLite/Work.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => '2.34',
                           'Pod::Usage' => 0,
                           'DBD::SQLite' => 0,
                           'Getopt::ArgvFile' => '1.1',
                           'CGI' => '3.1',
                           'Test::More' => 0,
                           'Text::NeatTemplate' => '0.07',
                           'POSIX' => 0,
                           'File::Temp' => 0,
                           'DBI' => 0
                         }
        )
;