Fix typos
[?]
Oct 16, 2013, 12:57 PM
Z6JLDTRWIMMVKDV6IRXSPAMVSK7NCXOOHYT23DZR7CLHLGBTGCCACDependencies
- [2]
K3HODXGHCheck all inputs for blame but only email selected inputs - [3]
5EQYVRWEAdd a plugin mechanism - [4]
N5AS7EKYInclude who-broke-the-build information in notification emails - [5]
SRRNCD4WEmail responsible authors if requested
Change contents
- replacement in src/lib/Hydra/Plugin/EmailNotification.pm at line 84
if (scalar keys %{authors} > 0) {if (scalar keys %{$authors} > 0) { - replacement in src/lib/Hydra/Plugin/EmailNotification.pm at line 86
$authorList = join(" or ", scalar @x > 1 ? join(", ", @[0..scalar @x - 2]): (), $x[-1]);$authorList = join(" or ", scalar @x > 1 ? join(", ", @x[0..scalar @x - 2]): (), $x[-1]);