The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4204
use ExtUtils::MakeMaker;
WriteMakefile
(
  'VERSION_FROM' => 'lib/App/perluse.pm',
  'PREREQ_PM' => {},
  'PL_FILES' => {},
  'NAME' => 'App::perluse',
  'EXE_FILES' => [
                   'script/perluse.sh'
                 ],
  'INSTALLDIRS' => 'site'
)
;