--- Torsten Schoenfeld <[EMAIL PROTECTED]> wrote: > 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 >
Whatever - 'make test' should not fail. Thanks, Sergei. Applications From Scratch: http://appsfromscratch.berlios.de/ ____________________________________________________________________________________Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
