[perl-Cairo] Stable release 1.102



commit 7ee7b45e0ebbc3e32745f96580b1c492fced1112
Author: Brian Manning <bmanning src gnome org>
Date:   Fri Dec 7 23:44:34 2012 -0800

    Stable release 1.102

 NEWS         |    3 ++-
 lib/Cairo.pm |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fbca3b3..8171f8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-Overview of changes in Cairo <next>
+Overview of changes in Cairo 1.102
 ==================================
 
+* Fix building with perl <= 5.14
 * Prevent crashes on exit with Cairo::Path on perl 5.6.
 
 Overview of changes in Cairo 1.101
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 3b81921..7dbd5d5 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.101';
+our $VERSION = '1.102';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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