use 5.006; use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Catalyst::View::Image::Empty', AUTHOR => q{Rob Brown }, VERSION_FROM => 'lib/Catalyst/View/Image/Empty.pm', ABSTRACT_FROM => 'lib/Catalyst/View/Image/Empty.pm', ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'perl') : ()), PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'Moose' => 0, 'Catalyst::View' => 0, 'Image::Empty' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Catalyst-View-Image-Empty-*' }, );