Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:KDE3
kdepim3
fix-perl-no-defined-array.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-perl-no-defined-array.diff of Package kdepim3
defined(@array) is deprecated and is an error newer perl Index: kdepim-3.5.10/dcopidlng/kdocAstUtil.pm =================================================================== --- kdepim-3.5.10.orig/dcopidlng/kdocAstUtil.pm +++ kdepim-3.5.10/dcopidlng/kdocAstUtil.pm @@ -647,7 +647,7 @@ sub dumpAst dumpAst( $kid ); } - print "\t" x $depth, "Documentation nodes:\n" if defined + print "\t" x $depth, "Documentation nodes:\n" if @{ $node->{Doc}->{ "Text" }}; foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor