use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Gtk2::Ex::PopupWindow', AUTHOR => 'Lee Aylward, Ofey Aikon ', VERSION_FROM => 'lib/Gtk2/Ex/PopupWindow.pm', #ABSTRACT_FROM => 'lib/Gtk2/Ex/PopupWindow.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Gtk2-Ex-PopupWindow-*' }, );