[otrs-cvs] CVS: otrs/bin otrs.checkModules,1.9,1.10
cvs-log at otrs.org
cvs-log at otrs.org
Tue Aug 22 12:26:00 CEST 2006
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv14642/bin
Modified Files:
otrs.checkModules
Log Message:
add CPAN modules for PDF output
Index: otrs.checkModules
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.checkModules,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** otrs.checkModules 24 Sep 2005 16:55:10 -0000 1.9
--- otrs.checkModules 22 Aug 2006 09:25:58 -0000 1.10
***************
*** 41,44 ****
--- 41,45 ----
GD GD::Text GD::Graph GD::Graph::lines GD::Text::Align
XML::Parser
+ PDF::API2 Compress::Zlib
));
***************
*** 61,64 ****
--- 62,68 ----
print sprintf(" %20s %s\n", $_, '... not installed! (required for strong xml use - not required!)');
}
+ elsif ($_ =~ /^PDF::API2$/ || $_ =~ /^Compress::Zlib$/) {
+ print sprintf(" %20s %s\n", $_, '... not installed! (for PDF output - not required)');
+ }
else {
print sprintf(" %20s %s\n", $_, '... not installed! (required - use "perl -MCPAN -e shell;")');
More information about the cvs-log
mailing list