/usr/local/CPAN/Hash-Dirty/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Hash::Dirty',
          'VERSION_FROM' => 'lib/Hash/Dirty.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => '0',
                           'Sub::Exporter' => '0',
                           'Test::Deep' => '0',
                           'Test::More' => '0',
                           'Tie::Hash' => '1.00'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;