3 use ExtUtils::MakeMaker;
7 AUTHOR => q{Gryllida <Gryllida@fastmail.fm>},
8 VERSION_FROM => 'lib/Pppolls.pm',
9 ABSTRACT => 'A website for polls and adding new questions',
10 ($ExtUtils::MakeMaker::VERSION >= 6.3002
11 ? ('LICENSE'=> 'perl')
19 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
20 clean => { FILES => 'Ppolls-*' },