8000 perl issue - Generic item · Issue #784 · hollie/misterhouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
perl issue - Generic item #784
Open
Open
@keynet

Description

@keynet

With perl 5.26, perhaps others, need to remove 'defined' in Generic item as below, and probably in other modules. Not 100% sure this fix is correct but not using get_fp_location, and need generic item to work!

sub get_fp_location {
    my ($self) = @_;
    #RF removed defined, perl 5.26 (leap 15)
#    if (! defined @{$$self{location}} ) { return }
    if (! @{$$self{location}} ) { return }
    return @{$$self{location}};
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0