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.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Catalyst::View::Excel::Template::Plus',
  'VERSION_FROM' => 'lib/Catalyst/View/Excel/Template/Plus.pm',
  'PREREQ_PM' => {
                   'Catalyst::Runtime' => '0',
                   'Excel::Template::Plus' => '0.05',
                   'Test::Exception' => '0.21',
                   'Test::More' => '0.62',
                   'parent' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/lib/*.t t/lib/TestApp/*.t t/lib/TestApp/Controller/*.t t/lib/TestApp/View/*.t t/templates/*.t t/xls/*.t'
            }
)
;