Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > 781e47122cbd67531d3c19f3a4c8e3a4 > files > 4

perl-GD-2.450.0-4.mga1.src.rpm

--- t/GD.t.tv	2009-09-07 11:27:45.000000000 +0200
+++ t/GD.t	2009-09-07 11:28:15.000000000 +0200
@@ -75,7 +74,7 @@
   print "not ok ",9,"\n";
 }
 
-if (GD::Image->can('newFromJpeg')) {
+if (GD::Image->can('DO_NOTHING')) {
   compare(test10('frog.jpg'),10);
 } else {
   print "ok ",10," # Skip, no JPEG support\n";