[cairo-commit] cairo-perl/examples simple.pl,1.2,1.3

Torsten Schoenfeld commit at pdx.freedesktop.org
Sat Jun 3 07:21:11 PDT 2006


Committed by: tsch

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

Modified Files:
	simple.pl 
Log Message:
	* Cairo.pm: Document Cairo::get_group_target, Cairo::new_sub_path,
	Cairo::Pattern::get_type, Cairo::set_scaled_font, Cairo::version,
	and Cairo::version_string.

	* t/Cairo.t, Cairo.xs: Allow Cairo::version[_string] to be called
	as a function and as a class method.

	* CairoPattern.xs, CairoSurface.xs, t/CairoSurface.t, Makefile.PL,
	examples/simple.pl, examples/png/caps_joins.pl,
	examples/png/hering.pl: Whitespace fixes.

	* t/CairoSurface.t, CairoSurface.xs: Wrap
	cairo_surface_get_content.

	* MakeHelper.pm: Don't add a linebreak to croaks so perl prints
	line information.

	* Makefile.PL: Require cairo 1.1.7.

	* examples/png/README, examples/png/bevels.pl,
	examples/png/spline-pipeline.pl, examples/png/text-rotate.pl,
	examples/png/text.pl: New example ports.


Index: simple.pl
===================================================================
RCS file: /cvs/cairo/cairo-perl/examples/simple.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- simple.pl	12 Jul 2005 20:29:49 -0000	1.2
+++ simple.pl	3 Jun 2006 14:21:10 -0000	1.3
@@ -8,7 +8,7 @@
 use warnings;
 use Cairo;
 
-use constant 
+use constant
 {
 	IMG_WIDTH => 640,
 	IMG_HEIGHT => 480,



More information about the cairo-commit mailing list