Author: glen                         Date: Tue Aug  9 07:21:20 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for @ISA and @EXPORT in wrong scope

---- Files affected:
SOURCES:
   nagios-nace-perl.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nagios-nace-perl.patch
diff -u /dev/null SOURCES/nagios-nace-perl.patch:1.1
--- /dev/null   Tue Aug  9 09:21:20 2005
+++ SOURCES/nagios-nace-perl.patch      Tue Aug  9 09:21:15 2005
@@ -0,0 +1,14 @@
+--- ../lib/ConfigLib.pm~       2005-07-16 18:04:49.502598394 +0300
++++ ../lib/ConfigLib.pm        2005-07-16 18:04:51.065341999 +0300
+@@ -31,9 +31,9 @@
+                        $Debug 
+                        );
+ 
+-my @ISA = qw(Exporter);
++our @ISA = qw(Exporter);
+ 
+-my @EXPORT = qw( 
++our @EXPORT = qw( 
+                                $Debug
+                                &DebugMsg
+                                &DebugDumpHash
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to