add Imager::File::PNG to the list of deps since, according to one report, Imager considers it an optional dep and it may not be installed automatically with Imager

This commit is contained in:
Scott Walters 2013-02-17 15:13:45 -05:00
parent 0edd58f848
commit af18f5a7be

View file

@ -99,6 +99,7 @@ checkModule("DateTime::Format::Strptime", 1.0800 );
checkModule("DateTime::Format::Mail", 0.3001 );
checkModule("DateTime::Format::HTTP", 0.38 );
checkModule("Imager", 0.93 );
checkModule("Imager::File::PNG", 0.86 );
checkModule("Image::Magick", "6.0" );
checkModule("Log::Log4perl", 1.20 );
checkModule("Net::LDAP", 0.39 );