[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
- Previous message: [cairo-commit] cairo-perl ChangeLog,1.75,1.76
- Next message: [cairo-commit] cairo-perl Cairo.pm, 1.29, 1.30 Cairo.xs, 1.21, 1.22 CairoFt.xs, NONE, 1.1 ChangeLog, 1.76, 1.77 Makefile.PL, 1.28, 1.29 cairo-perl.h, 1.12, 1.13 cairo-perl.typemap, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [cairo-commit] cairo-perl ChangeLog,1.75,1.76
- Next message: [cairo-commit] cairo-perl Cairo.pm, 1.29, 1.30 Cairo.xs, 1.21, 1.22 CairoFt.xs, NONE, 1.1 ChangeLog, 1.76, 1.77 Makefile.PL, 1.28, 1.29 cairo-perl.h, 1.12, 1.13 cairo-perl.typemap, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list