# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::Stream',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/Stream.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '3.21',
                           'File::Basename' => '1',
                           'File::MMagic' => '0',
                           'FileHandle' => '1.22',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;
