Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aualin:kde
kdelibs3
fix-perl-no-defined-array.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-perl-no-defined-array.diff of Package kdelibs3
defined(@array) is deprecated and is an error newer perl Index: kdelibs-3.5.10/dcop/dcopidlng/kdocAstUtil.pm =================================================================== --- kdelibs-3.5.10.orig/dcop/dcopidlng/kdocAstUtil.pm +++ kdelibs-3.5.10/dcop/dcopidlng/kdocAstUtil.pm @@ -438,7 +438,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