[perl-Cairo] Fix a test failure



commit 379cd046f8044f730890ce337dd496c5f576d1fe
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Fri Oct 14 23:42:50 2011 +0200

    Fix a test failure

 t/CairoSurface.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/t/CairoSurface.t b/t/CairoSurface.t
index 846cc1a..48ed134 100644
--- a/t/CairoSurface.t
+++ b/t/CairoSurface.t
@@ -143,7 +143,7 @@ SKIP: {
 
 SKIP: {
 	skip 'new stuff', 1
-		unless Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 8, 0);
+		unless Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 10, 0);
 
 	my $rect_surf = Cairo::Surface->create_for_rectangle ($surf, 0, 0, 10, 10);
 	isa_ok ($rect_surf, 'Cairo::Surface');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]