[perl-Glib] Stable release 1.325



commit 6df3bf1d54e3b451bc654d9b76b7499870777503
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Apr 20 19:03:11 2017 -0700

    Stable release 1.325

 NEWS                        |    5 +++++
 lib/Glib.pm                 |    2 +-
 lib/Glib/CodeGen.pm         |    2 +-
 lib/Glib/GenPod.pm          |    2 +-
 lib/Glib/MakeHelper.pm      |    2 +-
 lib/Glib/Object/Subclass.pm |    2 +-
 lib/Glib/ParseXSDoc.pm      |    2 +-
 7 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4f35c69..44a4490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.325 (stable)
+============================================
+* Try to avoid a possible hang in t/9.t
+* Handle removing '.' in @INC for perl-5.26.0 compatibility
+
 Overview of changes in Glib 1.324 (stable)
 ============================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 9a6d438..402879b 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -27,7 +27,7 @@ use Exporter;
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 use constant {
        TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 0e08aaa..f6baa57 100644
--- a/lib/Glib/CodeGen.pm
+++ b/lib/Glib/CodeGen.pm
@@ -5,7 +5,7 @@ use warnings;
 use Carp;
 use IO::File;
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 94c2387..0edf31a 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 386b717..39f975b 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 1f2134b..757e825 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index c17a400..c450306 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
        xsdocparse
 );
 
-our $VERSION = '1.324';
+our $VERSION = '1.325';
 
 our $NOISY = $ENV{NOISYDOC};
 


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