# Note: this file was auto-generated by Module::Build::Compat version 0.4234
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'MasonX::Interp::WithCallbacks',
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/MasonX/Interp/WithCallbacks.pm',
  'PREREQ_PM' => {
                   'Params::CallbackRequest' => '1.15',
                   'Test::Simple' => '0.17',
                   'HTML::Mason' => '1.23',
                   'Class::Container' => '0.09',
                   'Module::Build' => '0.4209'
                 }
)
;