|
Bugzilla – Full Text Bug Listing |
| Summary: | defined(%hash) is deprecated | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Alexander Osthof <aosthof> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P3 - Medium | CC: | bluedzins, Mark.Farquhar, rastislav.krupansky |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Ladislav is author of URLRecode.pm. Fixed in yast2-2.19.12. *** Bug 595560 has been marked as a duplicate of this bug. *** *** Bug 606662 has been marked as a duplicate of this bug. *** *** Bug 596845 has been marked as a duplicate of this bug. *** This is an autogenerated message for OBS integration: This bug (596920) was mentioned in https://build.opensuse.org/request/show/38182 Factory / yast2 |
When installing factory via vnc, one gets following message: *** Starting YaST2 *** defined(%hash) is deprecated at /usr/share/YaST2/modules/URLRecode.pm line 39 (#1) (D deprecated) defined() is not usually useful on hashes because it checks for an undefined scalar value. If you want to see if the hash is empty, just use if (%hash) { # not empty } for example. (Maybe you should just omit the defined()?) defined(%hash) is deprecated at /usr/share/YaST2/modules/URLRecode.pm line 53 (#1) (Maybe you should just omit the defined()?) defined(%hash) is deprecated at /usr/share/YaST2/modules/URLRecode.pm line 67 (#1) (Maybe you should just omit the defined()?)