[gtk-web] language-bindings.php: Do not set Perl as an official GNOME binding



commit 00dc34dbca4a6fa5ab04be883aeab42b55dfd600
Author: Javier Jardón <jjardon gnome org>
Date:   Sun May 22 14:46:23 2016 +0100

    language-bindings.php: Do not set Perl as an official GNOME binding
    
    We do not release Perl bindings as a part of the GNOME releases and
    there is not any module in the official moduleset that actually make
    use of them

 language-bindings.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/language-bindings.php b/language-bindings.php
index 0304c02..521c9f5 100755
--- a/language-bindings.php
+++ b/language-bindings.php
@@ -169,7 +169,7 @@ $bindings = array(
        ),
 
        "Perl" => array(
-               'official' => true,
+               'official' => false,
                'url' => 'http://gtk2-perl.sourceforge.net/',
                'support' => array(
                        'GTK+ 2' => SUPPORTED,


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