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

WriteMakefile(
    'NAME'    => 'User::Utmp',
# $Format: "    'VERSION' => '$ProjectVersion$',"$
    'VERSION' => '1.8',
    'LIBS'    => [''],   # e.g., '-lm' 
    'DEFINE'  => '',     # e.g., '-DHAVE_SOMETHING' 
    'INC'     => '',     # e.g., '-I/usr/include/other' 
    'dist'    => {COMPRESS => 'gzip', SUFFIX => 'gz'},
);