Subject: | Possible Typing error in ActionTaglib.pm |
The variable $dbug_tagactions is defined but never used.
The variable $debug_tagations is used but never defined.
It looks like they should share the same name and identity ?
< our $debug_tagactions=0;
---
Show quoted text
> our $dbug_tagactions=0;
257c257
< if($debug_tagactions){
---
Show quoted text> if($debug_tagations){
271c271
< if($debug_tagactions){
---
Show quoted text> if($debug_tagations){