[perl-Glib-Object-Introspection] Lower dependency to gobject-introspection >= 0.6.8



commit 14e72a84dceeaea5f3e0ce7807a2805570301037
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Apr 17 16:18:20 2010 +0200

    Lower dependency to gobject-introspection >= 0.6.8
    
    We rely on the new girffi API introduced in 0.6.8.

 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 5f65811..32e5f51 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -29,7 +29,7 @@ my %PREREQ_PM = (
 );
 
 my %BUILD_REQ = (
-  'gobject-introspection-1.0' => '0.6.10',
+  'gobject-introspection-1.0' => '0.6.8',
 );
 
 my $dep_success = eval <<__EOE__;



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