# File : Makefile.PL use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'GFL::Image', # Name of package 'AUTHOR' => 'Germain Garand (germain@ebooksfrance.com)', 'ABSTRACT_FROM' => 'Image.pm', 'VERSION_FROM' => 'Image.pm', );