[cairo-commit] cairo-perl/t CairoFont.t,1.5,1.6

Torsten Schoenfeld commit at pdx.freedesktop.org
Wed Oct 24 09:15:26 PDT 2007


Committed by: tsch

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

Modified Files:
	CairoFont.t 
Log Message:
	* t/CairoFont.t: Really don't use the hash-ref variant of the
	constant pragma this time.


Index: CairoFont.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoFont.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CairoFont.t	14 Oct 2007 18:03:43 -0000	1.5
+++ CairoFont.t	24 Oct 2007 16:15:24 -0000	1.6
@@ -12,10 +12,8 @@
 
 use Test::More tests => 20;
 
-use constant {
-	IMG_WIDTH => 256,
-	IMG_HEIGHT => 256,
-};
+use constant IMG_WIDTH => 256;
+use constant IMG_HEIGHT => 256;
 
 use Cairo;
 



More information about the cairo-commit mailing list