[perl-Glib-Object-Introspection] Release version 0.013



commit a96dbe7d68819c8773c42a6b8caa4802e33f2b09
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Dec 8 00:00:26 2012 -0800

    Release version 0.013

 NEWS                             |    4 +++-
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9dc8fca..1c6b89f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Overview of changes in Glib::Object::Introspection <next>
+Overview of changes in Glib::Object::Introspection 0.013
 ========================================================
 
+* SV -> object: do some type checking
+* Fix building with perl <= 5.14
 * Convert invalid or void GTypes to undef.
 
 Overview of changes in Glib::Object::Introspection 0.012
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index a878751..9c36532 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -20,7 +20,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = '0.012';
+our $VERSION = '0.013';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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