[cairo-commit] cairo-perl ChangeLog, 1.70, 1.71 Makefile.PL, 1.27, 1.28
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sat Oct 13 14:23:18 PDT 2007
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv21145
Modified Files:
ChangeLog Makefile.PL
Log Message:
* Makefile.PL: Use BEGIN { require 5.006; } instead of require
v5.6.0. Make missing Test::Number::Delta non-fatal; add it to the
build_requires META.yml field.
* t/Cairo.t
* t/CairoPattern.t: Copy with Test::Number::Delta being
unavailable.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ChangeLog 7 Oct 2007 19:03:00 -0000 1.70
+++ ChangeLog 13 Oct 2007 21:23:16 -0000 1.71
@@ -1,3 +1,13 @@
+2007-10-13 Torsten Schoenfeld <kaffeetisch at gmx.de>
+
+ * Makefile.PL: Use BEGIN { require 5.006; } instead of require
+ v5.6.0. Make missing Test::Number::Delta non-fatal; add it to the
+ build_requires META.yml field.
+
+ * t/Cairo.t
+ * t/CairoPattern.t: Copy with Test::Number::Delta being
+ unavailable.
+
2007-10-07 Torsten Schoenfeld <kaffeetisch at gmx.de>
* Makefile.PL: Make EU::MM output configure_requires and no_index
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.PL 7 Oct 2007 19:03:00 -0000 1.27
+++ Makefile.PL 13 Oct 2007 21:23:16 -0000 1.28
@@ -6,7 +6,7 @@
# $Header$
#
-require v5.6.0;
+BEGIN { require 5.006; }
use strict;
use warnings;
@@ -343,7 +343,6 @@
VERSION_FROM => 'Cairo.pm',
ABSTRACT_FROM => 'Cairo.pm',
PREREQ_PM => \%prereqs,
- PREREQ_FATAL => 1,
XSPROTOARG => '-noprototypes',
FUNCLIST => \@exports,
DL_FUNCS => { Cairo=> [] },
@@ -355,6 +354,9 @@
ExtUtils::Depends: $prereqs{'ExtUtils::Depends'}
ExtUtils::PkgConfig: $prereqs{'ExtUtils::PkgConfig'}
+build_requires:
+ Test::Number::Delta: $prereqs{'Test::Number::Delta'}
+
no_index:
file:
- MakeHelper.pm
More information about the cairo-commit
mailing list