Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perl issue - Generic item #784

Open
keynet opened this issue May 28, 2019 · 0 comments
Open

perl issue - Generic item #784

keynet opened this issue May 28, 2019 · 0 comments

Comments

@keynet
Copy link

keynet commented May 28, 2019

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}};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant