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.35
require 5.8.8;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Catalyst::Controller::Combine',
          'VERSION_FROM' => 'lib/Catalyst/Controller/Combine.pm',
          'PREREQ_PM' => {
                           'Catalyst::Runtime' => '5.80',
                           'File::stat' => '1.00',
                           'FindBin' => '1.47',
                           'List::Util' => '1.19',
                           'Moose' => '0.74',
                           'Path::Class' => '0.16',
                           'Test::Builder' => '0.86',
                           'Test::Builder::Tester' => '1.18',
                           'Test::Exception' => '0.27',
                           'Test::Harness' => '3.14',
                           'Test::More' => '0.86'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;