The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Win32::EventLog',
    'VERSION_FROM'	=> 'EventLog.pm',
    'dist'		=> {COMPRESS => 'gzip -9f', SUFFIX => 'gz'}, 
    ($] < 5.005 ? () :
      (
	'AUTHOR'	=> 'Bret Giddings <bret@essex.ac.uk>',
	'ABSTRACT'	=> 'Creates an object oriented interface to the '
			 . 'Windows NT Eventlog.',
      )),
);