make $event & $status global for further inclusions
authorJan Pospíšil <honik@ntc.zcu.cz>
Thu, 14 Jun 2007 09:19:06 +0000 (09:19 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Thu, 14 Jun 2007 09:19:06 +0000 (09:19 +0000)
org.glite.lb.types/at3.in

index 3b5a0e9..b90ac60 100755 (executable)
@@ -16,8 +16,8 @@ my $statusn = "$prefix/share/lb/at3/status.T";
 
 my $indent = '';
 
-my $event = new MultiStruct;
-my $status = new MultiStruct;
+$event = new MultiStruct;
+$status = new MultiStruct;
 
 sub gen {
        local $_ = shift;