[perl-Glib] Stable release 1.260



commit 7af748dc242c5e97d1e96bc5f425c74d43a67b81
Author: Brian Manning <bmanning src gnome org>
Date:   Mon May 21 12:50:25 2012 -0700

    Stable release 1.260

 NEWS        |    6 ++++++
 README      |    2 +-
 lib/Glib.pm |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 366fd7f..7c8367c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.260 (stable)
+==========================================
+
+* Tell CPAN to ignore POD fragments in Makefile.PL
+* Document that SOURCE_CONTINUE and _REMOVE can be exported
+
 Overview of changes in Glib 1.253
 =================================
 
diff --git a/README b/README
index 1f756a2..df89688 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.253
+Glib version 1.260
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 43c736c..c2428ae 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -67,7 +67,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.253';
+our $VERSION = '1.260';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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