[otrs-cvs] otrs/Kernel/System UnitTest.pm,1.67,1.68
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments: Update of /home/cvs/otrs/Kernel/System In directory lancelot:/tmp/cvs-serv19715/Kernel/System Modified Files: UnitTest.pm Log Message: We also got beautiful colors for our test output: I missed that. Now they are beautiful on Windows too. Author: mb Index: UnitTest.pm =================================================================== RCS file: /home/cvs/otrs/Kernel/System/UnitTest.pm,v retrieving revision 1.67 retrieving revision 1.68 diff -2 -u -d -r1.67 -r1.68 --- UnitTest.pm 15 Jan 2013 10:17:54 -0000 1.67 +++ UnitTest.pm 16 Jan 2013 14:28:02 -0000 1.68 @@ -15,4 +15,5 @@ use warnings; +use if $^O eq 'MSWin32', "Win32::Console::ANSI"; use Term::ANSIColor; --------------------------------------------------------------------- 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