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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'File::HomeDir::Win32',
          'VERSION_FROM' => 'lib/File/HomeDir/Win32.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'File::HomeDir' => '0.06',
                           'Test::More' => '0',
                           'Test::Warn' => '0',
                           'Win32' => '0',
                           'Win32::Security::SID' => '0',
                           'Win32::TieRegistry' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;