[otrs-cvs] otrs/bin otrs.CheckModules.pl,1.27,1.28

CVS commits notifications of OTRS.org cvs-log at otrs.org
Thu Jun 16 20:23:21 GMT 2011


Comments:
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv7008/bin

Modified Files:
	otrs.CheckModules.pl 
Log Message:
Fixed encoding problem in Serialize and Deserialize tests; Encode module v 2.12 is supported again.

Author: cr

Index: otrs.CheckModules.pl
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.CheckModules.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -2 -u -d -r1.27 -r1.28
--- otrs.CheckModules.pl	13 Jun 2011 22:19:27 -0000	1.27
+++ otrs.CheckModules.pl	16 Jun 2011 20:23:16 -0000	1.28
@@ -93,17 +93,4 @@
     },
     {
-        Module       => 'Encode',
-        Version      => '2.23',
-        Required     => 1,
-        Comment      => 'Required to handle character sets.',
-        NotSupported => [
-            {
-                Version => '2.12',
-                Comment =>
-                    'This version is broken and not useable! Please upgrade to a higher version.',
-            },
-        ],
-    },
-    {
         Module   => 'Encode::HanExtra',
         Version  => '0.23',


More information about the cvs-log mailing list