[cairo-commit] cairo-perl ChangeLog, 1.59, 1.60 Makefile.PL, 1.23, 1.24 README, 1.14, 1.15
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun May 13 03:58:17 PDT 2007
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv19407
Modified Files:
ChangeLog Makefile.PL README
Log Message:
* Makefile.PL, README, t/Cairo.t, t/CairoPattern.t: Use
Test::Number::Delta to make floating point number comparisons more
reliable.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ChangeLog 10 May 2007 19:05:35 -0000 1.59
+++ ChangeLog 13 May 2007 10:58:05 -0000 1.60
@@ -1,3 +1,9 @@
+2007-05-13 tsch
+
+ * Makefile.PL, README, t/Cairo.t, t/CairoPattern.t: Use
+ Test::Number::Delta to make floating point number comparisons more
+ reliable.
+
2007-05-10 tsch
* Cairo.pm, NEWS, README: Stable release 1.040.
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile.PL 6 May 2007 11:28:37 -0000 1.23
+++ Makefile.PL 13 May 2007 10:58:05 -0000 1.24
@@ -47,6 +47,9 @@
eval "use $module $version; 1" or die $@;
}
+# Add this now since it's not required to generate a Makefile.
+$prereqs{'Test::Number::Delta'} = 1.00;
+
my $autogen_dir = 'build';
mkdir $autogen_dir unless (-d $autogen_dir);
$MakeHelper::autogen_dir = $autogen_dir;
Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- README 10 May 2007 19:04:16 -0000 1.14
+++ README 13 May 2007 10:58:05 -0000 1.15
@@ -43,8 +43,9 @@
In order to build it from source, you'll also need
- ExtUtils::PkgConfig (perl module)
- ExtUtils::Depends (perl module)
+ ExtUtils::PkgConfig >= 0.2
+ ExtUtils::Depends >= 1.0
+ Test::Number::Delta >= 1.0
BUG REPORTS
-----------
More information about the cairo-commit
mailing list