BitBucketStatus: address Use of uninitialized value in numeric eq (==)

[?]
Oct 20, 2021, 1:42 AM
OGQJYV4OAAHGPVSCBHZK25YHJ7G7HCJQ5ZY2DKQR2Z6777JQLFMQC

Dependencies

Change contents

  • replacement in src/lib/Hydra/Plugin/BitBucketStatus.pm at line 13
    [2.37][2.37:97]()
    return $self->{config}->{enable_bitbucket_status} == 1;
    [2.37]
    [2.97]
    return defined($self->{config}->{enable_bitbucket_status}) && $self->{config}->{enable_bitbucket_status} == 1;