The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*- mode: Perl -*-

use ExtUtils::MakeMaker;

WriteMakefile(NAME         => "Data::HexDump",
              VERSION_FROM => "lib/Data/HexDump.pm",
              dist         => { COMPRESS => "gzip", SUFFIX => "gz" },
              clean        => { FILES => '*.bak *.old mibs/*.dump lib/*/*~' },
              EXE_FILES    => [ qw(hexdump) ],
);