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' => 'HTTP::Recorder::Httperf',
          'VERSION_FROM' => 'lib/HTTP/Recorder/Httperf.pm',
          'PREREQ_PM' => {
                           'File::Temp' => '0',
                           'HTTP::Proxy' => '0.13',
                           'HTTP::Recorder' => '0.03'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;