[cairo-commit] cairo-perl ChangeLog, 1.64, 1.65 Makefile.PL, 1.24, 1.25

Torsten Schoenfeld commit at pdx.freedesktop.org
Thu Sep 27 13:23:43 PDT 2007


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv21819

Modified Files:
	ChangeLog Makefile.PL 
Log Message:
	* Makefile.PL: Make missing prerequisites fatal.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ChangeLog	9 Sep 2007 19:56:20 -0000	1.64
+++ ChangeLog	27 Sep 2007 20:23:40 -0000	1.65
@@ -1,3 +1,7 @@
+2007-09-27	tsch
+
+	* Makefile.PL: Make missing prerequisites fatal.
+
 2007-09-09	tsch
 
 	* cairo-perl.typemap: Add const char * for backwards

Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.PL	13 May 2007 10:58:05 -0000	1.24
+++ Makefile.PL	27 Sep 2007 20:23:40 -0000	1.25
@@ -341,6 +341,7 @@
 	VERSION_FROM  => 'Cairo.pm',
 	ABSTRACT_FROM => 'Cairo.pm',
 	PREREQ_PM     => \%prereqs,
+	PREREQ_FATAL  => 1,
 	XSPROTOARG    => '-noprototypes',
 	FUNCLIST      => \@exports,
 	DL_FUNCS      => { Cairo=> [] },



More information about the cairo-commit mailing list