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.3800
require 5.008002;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'SeeAlso::Source::BeaconAggregator',
  'VERSION_FROM' => 'lib/SeeAlso/Source/BeaconAggregator.pm',
  'PREREQ_PM' => {
                   'CGI' => '3.0',
                   'Carp' => 0,
                   'DBD::SQLite' => '1.25',
                   'DBI' => '1.57',
                   'File::Temp' => 0,
                   'HTTP::Date' => '1.46',
                   'HTTP::Request' => '1.40',
                   'LWP' => '5.802',
                   'LWP::UserAgent' => '2.031',
                   'SeeAlso::Identifier' => '0.46',
                   'SeeAlso::Identifier::GND' => '0.54',
                   'SeeAlso::Response' => '0.54',
                   'SeeAlso::Server' => '0.57',
                   'SeeAlso::Source' => '0.56',
                   'Test::Command::Simple' => 0,
                   'Test::More' => '0.94',
                   'URI::file' => '1.0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/sasbactrl'
                 ],
  'PL_FILES' => {}
)
;