Merge branch 'master' into 5.1.0

This commit is contained in:
Tom Eastep 2016-12-02 15:27:16 -08:00
commit 7ceb0228e9
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1218,6 +1218,7 @@ sub merge_rules( $$$ ) {
if ( exists $fromref->{$option} ) {
push( @{$toref->{matches}}, $option ) unless exists $toref->{$option};
$toref->{$option} = $fromref->{$option};
$toref->{simple} = 0;
}
}