The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Parse::Win32Registry',
    VERSION_FROM    => 'lib/Parse/Win32Registry.pm',
    PREREQ_PM       => {
        'Carp'           => 0,
        'Data::Dumper'   => 0,
        'Encode'         => 0,
        'File::Basename' => 0,
        'Time::Local'    => 0,
        'Test::More'     => 0,
    },
    ABSTRACT_FROM   => 'lib/Parse/Win32Registry.pm',
    AUTHOR          => 'James Macfarlane',
    EXE_FILES       => [
        'bin/regclassnames.pl',
        'bin/regdiff.pl',
        'bin/regdump.pl',
        'bin/regexport.pl',
        'bin/regfind.pl',
        'bin/regscan.pl',
        'bin/regstats.pl',
        'bin/regtimeline.pl',
        'bin/regtree.pl',
        'bin/regview.pl'
    ],
);