[perl-Cairo] Stable release 1.101



commit 476cc788d5674c9b36011f608bc7b18e165b8966
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jul 31 21:17:53 2012 +0200

    Stable release 1.101

 NEWS         |    7 +++++++
 lib/Cairo.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f7f0dad..bd94771 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.101
+==================================
+
+* Properly specify our dependencies.
+* Fix some erroneous POD links.
+* Distribute a missing test file.
+
 Overview of changes in Cairo 1.100
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 484eccf..3b81921 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.100';
+our $VERSION = '1.101';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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