[cairo-commit] cairo-perl ChangeLog, 1.77, 1.78 Makefile.PL, 1.29, 1.30

Torsten Schoenfeld commit at pdx.freedesktop.org
Tue Nov 20 11:10:34 PST 2007


Committed by: tsch

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

Modified Files:
	ChangeLog Makefile.PL 
Log Message:
	* Makefile.PL: Update the list of exported symbols.  (Reported by
	spicy jack)


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- ChangeLog	24 Oct 2007 16:32:05 -0000	1.77
+++ ChangeLog	20 Nov 2007 19:10:32 -0000	1.78
@@ -1,3 +1,8 @@
+2007-11-20  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Update the list of exported symbols.  (Reported by
+	spicy jack)
+
 2007-10-24  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
 	* t/CairoFont.t: Really don't use the hash-ref variant of the

Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.PL	24 Oct 2007 16:32:05 -0000	1.29
+++ Makefile.PL	20 Nov 2007 19:10:32 -0000	1.30
@@ -340,18 +340,20 @@
 $dep->save_config ('build/IFiles.pm');
 
 my @exports = qw(
+	cairo_font_type_from_sv
+	cairo_font_type_to_sv
 	cairo_object_from_sv
 	cairo_object_to_sv
+	cairo_pattern_to_sv
 	cairo_struct_from_sv
 	cairo_struct_to_sv
+	cairo_surface_to_sv
 	newSVCairoFontExtents
-	newSVCairoTextExtents
 	newSVCairoGlyph
-	SvCairoGlyph
 	newSVCairoPath
+	newSVCairoTextExtents
+	SvCairoGlyph
 	SvCairoPath
-	cairo_surface_to_sv
-	cairo_pattern_to_sv
 );
 
 WriteMakefile (



More information about the cairo-commit mailing list