Subject: | Mime::Types requirement seems incorrect |
Hi,
I've just tried to install version 0.04 of your Photogallery application and it seems that your requirement for Mime::Types is incorrect - I believe it should be MIME::Types as no Mime::Types exists on CPAN (as far as I could find). When I replace
use Mime::Types with
use MIME::Types in Photogallery.pm
it seems to fix the problem.
I believe you also need to update the Makefile.PL to relect this as well as the module doesn't seem to install via perl -MCPAN -e shell / install CGI::Application::PhotoGallery due to being unable to find Mime::Types
Distribution : CGI::Application::PhotoGallery-0.04
Perl Version : This is perl, v5.8.7 built for i486-linux-gnu-thread-multi
Operating system : Linux vince 2.6.12-1-386 #1 Tue Sep 6 14:35:54 UTC 2005 i686 GNU/Linux (Debian)
Hope this helps