/usr/local/CPAN/Acme-Mobile-Therbligs/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Acme::Mobile::Therbligs',
          'VERSION_FROM' => 'lib/Acme/Mobile/Therbligs.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'IO::File' => '0',
                           'Test::More' => '0',
                           'YAML' => '0.35'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        ),
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (AUTHOR         => 'Rene Schickbauer <rene.schickbauer@gmail.com>') : ()),
;