/usr/local/CPAN/Net-Download-Queue/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Net::Download::Queue',
          'EXE_FILES' => [
                           'bin/download_queue'
                         ],
          'VERSION_FROM' => 'lib/Net/Download/Queue.pm',
          'PREREQ_PM' => {
                           'Class::DBI::SQLite' => 0,
                           'DBI::Shell' => 0,
                           'Class::DBI' => '0.96',
                           'Time::Progress' => 0,
                           'HTTP::Request::Common' => 0,
                           'Test::More' => 0,
                           'LWP::UserAgent' => 0,
                           'HTTP::Response' => 0,
                           'File::Path' => 0,
                           'File::Basename' => 0,
                           'File::Slurp' => 0
                         }
        )
;