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' => 'Tree::Simple::Manager',
          'VERSION_FROM' => 'lib/Tree/Simple/Manager.pm',
          'PREREQ_PM' => {
                           'Class::Throwable' => '0.1',
                           'File::stat' => '0',
                           'Storable' => '0',
                           'Test::Exception' => '0.21',
                           'Test::More' => '0.47',
                           'Tree::Parser' => '0.15',
                           'Tree::Simple' => '1.14',
                           'Tree::Simple::View' => '0.11'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;