File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -473,19 +473,20 @@ sub format_address {
473473 say STDERR Dumper $compiled_template ;
474474 }
475475
476+
476477 # 11. render the template
477478 my $text = $self -> _render_template($compiled_template , $rh_components );
478479 if ($debug ){
479480 say STDERR " text after _render_template $text " ;
480481 }
481482
482- # 11 . postformatting
483+ # 12 . postformatting
483484 $text = $self -> _postformat($text , $rh_config -> {postformat_replace });
484485
485- # 12 . clean again
486+ # 13 . clean again
486487 $text = $self -> _clean($text );
487488
488- # 13 . set final components (so we can get them later)
489+ # 14 . set final components (so we can get them later)
489490 $self -> {final_components } = $rh_components ;
490491
491492 # all done
@@ -499,7 +500,8 @@ sub _postformat {
499500 my $raa_rules = shift ;
500501
501502 if ($debug ){
502- say STDERR " entering _postformat: $text "
503+ say STDERR " entering _postformat: $text " ;
504+ say STDERR Dumper $raa_rules ;
503505 }
504506
505507 # remove duplicates
You can’t perform that action at this time.
0 commit comments