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.4003
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Dir::Rocknroll',
  'VERSION_FROM' => 'lib/Dir/Rocknroll.pm',
  'PREREQ_PM' => {
                   'Config::General' => 0,
                   'Config::General::Extended' => 0,
                   'Dir::Which' => 0,
                   'DirHandle' => 0,
                   'File::Basename' => 0,
                   'File::Path::Tiny' => 0,
                   'File::stat' => 0,
                   'FileHandle' => 0,
                   'FindBin' => 0,
                   'Getopt::Long' => 0,
                   'Net::SMTP' => 0,
                   'Pod::Perldoc' => 0,
                   'Sys::Hostname' => 0,
                   'Sys::Syslog' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/rocknroll',
                   'bin/rocknroll.conf'
                 ],
  'PL_FILES' => {}
)
;