Skip to content

Commit

Permalink
parser.pl my $value = "";
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesghazard committed Jul 10, 2018
1 parent fbb53eb commit 5562ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/cmacc-app/parser.pl
Expand Up @@ -74,7 +74,7 @@ sub parse_root {
sub expand_fields {

my($f,$field,$part) = @_;
my $value;
my $value = "";


foreach( $$field =~ /\{([^}]+)\}/g ) {
Expand Down

0 comments on commit 5562ec7

Please sign in to comment.