/usr/local/CPAN/Wx-WidgetMaker/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Wx::WidgetMaker',
          'VERSION_FROM' => 'lib/Wx/WidgetMaker.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0',
                           'Wx' => '0.13'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;