Marvin Humphrey wrote on 8/28/12 11:26 PM:
> On Tue, Aug 28, 2012 at 8:25 PM, Peter Karman <[email protected]> wrote:
>> in the current class setup, I would need something like this in 
>> make_matcher()
>> in MyCompiler then?
>>
>>  sub make_matcher {
>>      my $self = shift;
>>      my $child_matcher = $self->SUPER::make_matcher(@_);
>>      return MyMatcher->new( child => $child_matcher );
>>  }
>>
>> or am I misunderstanding?
> 
> I left a lot out. :)

[snip]

> Does that make sense?
> 

it does. I'll play with that and see what I get.

thanks, Marvin.


-- 
Peter Karman  .  http://peknet.com/  .  [email protected]

Reply via email to