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.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'App::Relate',
          'VERSION_FROM' => 'lib/App/Relate.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Data::Dumper' => 0,
                           'Exporter' => 0,
                           'FindBin' => 0,
                           'Test::More' => 0,
                           'lib' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/relate'
                         ],
          'PL_FILES' => {}
        )
;