summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f2db35)
raw | patch | inline | side by side (parent: 2f2db35)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 28 Mar 2010 00:04:39 +0000 (00:04 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 28 Mar 2010 00:04:39 +0000 (00:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17328 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index 1c67f577ebc560c2431e0fa66769340aff23278f..f1c1fcd975274d24c441dbf96141acd9799b27bb 100644 (file)
package opsi_com;
+
+use strict;
+use warnings;
+
use Exporter;
use UNIVERSAL 'isa';
+use GOSA::GosaSupportDaemon;
+use Data::Dumper;
+use XML::Quote qw(:all);
@ISA = qw(Exporter);
my @events = (
);
@EXPORT = @events;
-use strict;
-use warnings;
-use GOSA::GosaSupportDaemon;
-use Data::Dumper;
-use XML::Quote qw(:all);
BEGIN {}