On Thu, 10 Aug 2006 12:59:32 +0200, Christoph P. Kukulies wrote: Hi Christoph
> I ran perl Makefile.pl successfully though. Excellent. > sh-3.00$ make test > /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/pod.....skipped > all skipped: Test::Pod 1.00 required for testing POD t/test.... # Not important. This just means Test::Pod and all its dependencies need to be installed, to run tests (not to use my module). > Failed test (t/test.t at line 6) # Tried to use > 'Image::Magick::Tiler'. # Error: Can't locate Image/Magick.pm This is different altogether, and a show stopper. You need to install Image::Magick itself. -- Cheers Ron Savage, [EMAIL PROTECTED] on 11/08/2006 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
