# Note: this file was auto-generated by Module::Build::Compat version 0.36_17
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'HTML::Widgets::NavMenu',
          'VERSION_FROM' => 'lib/HTML/Widgets/NavMenu.pm',
          'PREREQ_PM' => {
                           'Class::XSAccessor' => 0,
                           'IO::Scalar' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;
