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.4214
use ExtUtils::MakeMaker;
WriteMakefile
(
  'VERSION_FROM' => 'lib/Directory/Organize.pm',
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'version' => 0,
                   'Getopt::Long' => 0,
                   'Term::ReadKey' => 0
                 },
  'INSTALLDIRS' => 'site',
  'NAME' => 'Directory::Organize',
  'EXE_FILES' => [
                   'mkdir_heute'
                 ]
)
;