Added test. Updated all modules

This commit is contained in:
Carlos Salguero
2016-10-27 13:39:51 -03:00
parent c61ce0f3db
commit 74eb8b72c0
28 changed files with 156 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ sub parse {
foreach my $key ( keys %$opts ) {
PTDEBUG && _d('Finding value for', $key);
$final_props{$key} = $given_props{$key};
if ( !defined $final_props{$key}
if ( !defined $final_props{$key}
&& defined $prev->{$key} && $opts->{$key}->{copy} )
{
$final_props{$key} = $prev->{$key};