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
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Gtk2::Ex::MindMapView',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Gtk2/Ex/MindMapView.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Gnome2::Canvas' => '1.002',
                           'Graph' => '0.67',
                           'Glib' => '1.105'
                         }
        )
;