[perl-Glib-Object-Introspection] Be compatible with XSLoader < 0.14



commit 7887033bdc0aae69cd3b84489e163da0ec0876be
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Wed Aug 10 15:23:54 2011 +0200

    Be compatible with XSLoader < 0.14
    
    Previous version did not support calling XSLoader::load() without
    arguments.

 lib/Glib/Object/Introspection.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 4aff850..5e62693 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -26,7 +26,7 @@ use Carp;
 $Carp::Internal{(__PACKAGE__)}++;
 
 require XSLoader;
-XSLoader::load();
+XSLoader::load(__PACKAGE__, $VERSION);
 
 sub setup {
   my ($class, %params) = @_;



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