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::FileSecurity',
    'VERSION_FROM'	=> 'FileSecurity.pm',
    'dist'		=> { COMPRESS => 'gzip -9f', SUFFIX => 'gz' },
    ($] < 5.005 ? () :
      (
	'AUTHOR'	=> 'Monte Mitzelfelt <monte@conchas.nm.org>',
	'ABSTRACT_FROM'	=> 'FileSecurity.pm',
      )),
);