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

Re: Pango 1.210 (unstable) available



Torsten Schoenfeld <kaffeetisch gmx de> writes:
>
> * Initial standalone release.

A skip count typo when run on pango 1.20.5,

Index: PangoLayout.t
===================================================================
--- PangoLayout.t	(revision 12)
+++ PangoLayout.t	(working copy)
@@ -214,7 +214,7 @@
 }
 
 SKIP: {
-  skip 'new 1.22 stuff', 0
+  skip 'new 1.22 stuff', 1
     unless Pango->CHECK_VERSION(1, 22, 0);
 
   my $font = Pango::FontDescription -> from_string('Sans 12');


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