Get rid of a warning in the HipChat plugin

[?]
Jul 19, 2013, 12:43 PM
H6D6OVYK5QWNLO7BN4D6Z77W5WLZOGEQV6P25OFM4IIO63BVDACQC

Dependencies

  • [2] ZDEHAFHV Add a plugin for HipChat notification
  • [3] NB2VOKIR Include names of committers in HipChat notifications

Change contents

  • replacement in src/lib/Hydra/Plugin/HipChatNotification.pm at line 12
    [2.293][2.293:348]()
    my @config = ref $cfg eq "ARRAY" ? @$cfg : ($cfg);
    [2.293]
    [2.348]
    my @config = defined $cfg ? ref $cfg eq "ARRAY" ? @$cfg : ($cfg) : ();