On Sun, 2007-05-27 at 13:14 -0700, Sergei Steshenko wrote: > t/CairoPattern....Can't locate Test/Number/Delta.pm in @INC (@INC contains: > [...]) > at t/CairoPattern.t line 13.
Starting with 1.041, Cairo depends on the module Test::Number::Delta to reliably test floating point stuff. It advertises this dependency in the Makefile[.PL], but as I just found out, without the PREREQ_FATAL flag, this only prints a warning if the module is not found. So now I see two options: Add PREREQ_FATAL, causing `perl Makefile.PL` to abort if the module cannot be found. Or make the dependency optional and skip the floating point tests if it's not there. -- Bye, -Torsten _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
