/usr/local/CPAN/Acme-Gosub/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.33
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Acme::Gosub',
          'VERSION_FROM' => 'lib/Acme/Gosub.pm',
          'PREREQ_PM' => {
                           'Filter::Util::Call' => 0,
                           'Test::More' => 0,
                           'Text::Balanced' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;