summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-17 18:49:56 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-17 18:49:56 +0000
commitd8000f6404f4caca313265e3e6acbad9169c6f01 (patch)
treecf3a76415e17930102c2dbc96a3b7723b516c055
parent4968b8530b57f24f629be4112c870db93ff23ad8 (diff)
downloadperl_checker-d8000f6404f4caca313265e3e6acbad9169c6f01.tar
perl_checker-d8000f6404f4caca313265e3e6acbad9169c6f01.tar.gz
perl_checker-d8000f6404f4caca313265e3e6acbad9169c6f01.tar.bz2
perl_checker-d8000f6404f4caca313265e3e6acbad9169c6f01.tar.xz
perl_checker-d8000f6404f4caca313265e3e6acbad9169c6f01.zip
fix error in generated Glib
-rw-r--r--NEWS1
-rw-r--r--fake_packages/Glib.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af88acc..7f3d3cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- fake_packages:
o add Gtk2::Notify (which replaces Gtk2::NotificationBubble)
o add Gtk2::Sexy
+ o fix error in generated Glib
Version 1.2.8 - 17 September 2008, by Thierry Vignaud
diff --git a/fake_packages/Glib.pm b/fake_packages/Glib.pm
index 034e063..e5cdd79 100644
--- a/fake_packages/Glib.pm
+++ b/fake_packages/Glib.pm
@@ -106,7 +106,7 @@ sub bool { my ($_a, $_b, $_swap) = @_ }
sub Glib::Flags::eq { my ($_a, $_b, $_swap) = @_ }
sub Glib::Flags::ge { my ($_a, $_b, $_swap) = @_ }
sub intersect { my ($_a, $_b, $_swap) = @_ }
-sub ne { my ($_a, $_b, $_swap) = @_ }
+sub Glib::Flags::ne { my ($_a, $_b, $_swap) = @_ }
sub new { my ($_class, $_a) = @_ }
sub Glib::Flags::sub { my ($_a, $_b, $_swap) = @_ }
sub union { my ($_a, $_b, $_swap) = @_ }