[otrs-cvs] otrs/bin otrs.CheckModules.pl,1.14.2.3,1.14.2.4
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv1039/bin
Modified Files:
Tag: rel-3_0
otrs.CheckModules.pl
Log Message:
Check for Time::HiRes which is actually in perlcore, but not in all distros. :(
Author: mg
Index: otrs.CheckModules.pl
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.CheckModules.pl,v
retrieving revision 1.14.2.3
retrieving revision 1.14.2.4
diff -2 -u -d -r1.14.2.3 -r1.14.2.4
--- otrs.CheckModules.pl 11 Mar 2011 14:02:14 -0000 1.14.2.3
+++ otrs.CheckModules.pl 11 Dec 2012 16:04:25 -0000 1.14.2.4
@@ -2,5 +2,5 @@
# --
# bin/otrs.CheckModules.pl - to check needed cpan framework modules
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -322,4 +322,9 @@
},
{
+ Module => 'Time::HiRes',
+ Required => 1,
+ Comment => 'Required for high resolution timestamps.',
+ },
+ {
Module => 'XML::Parser',
Required => 0,
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log