Skip to content

Commit

Permalink
was testing and forgot to remove my stupid case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takadonet committed Dec 20, 2010
1 parent f60f254 commit d35c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tree/Simple/Visitor.pm
Expand Up @@ -20,7 +20,7 @@ multi method new(){
}

multi method new(Code $func) {
self.bless(*, depth => 'asdf',filter_fcn => $func, include_trunk=>Bool::True);
self.bless(*, depth => 0,filter_fcn => $func, include_trunk=>Bool::True);
}

#check to see if $depth is a integer or RECURSIVE or CHILDREN_ONLY
Expand Down

0 comments on commit d35c434

Please sign in to comment.