martin: server/perl-kolab/Kolab Kolab.pm,1.22,1.23

cvs at intevation.de cvs at intevation.de
Sat Jun 11 11:36:13 CEST 2005


Author: martin

Update of /kolabrepository/server/perl-kolab/Kolab
In directory doto:/tmp/cvs-serv28203/perl-kolab/Kolab

Modified Files:
	Kolab.pm 
Log Message:
MArtin Konold: Trivial syntax fix as noticed by  Gunnar Wrobel


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Kolab.pm	8 Jun 2005 12:44:35 -0000	1.22
+++ Kolab.pm	11 Jun 2005 09:36:11 -0000	1.23
@@ -30,7 +30,7 @@
 use vars qw(%config %haschanged $reloadOk);
 
 require Exporter;
-require "config.h"
+require "config.h";
 
 our @ISA = qw(Exporter);
 





More information about the commits mailing list