Subject: | Test::Base::Filter objects do not have a "block" method |
Hello,
there's a typo in the documentation:
http://search.cpan.org/~ingy/Test-Base-0.60/lib/Test/Base.pm#Rolling_Your_Own_Filters
where it states "you can access the block internals by calling the block
method on the filter object", but in fact the filter object does not
have a method named "block". Instead, it takes a "current_block" method
according to the source code of the Test::Base::Filter package.
Hopefully it can get fixed because it takes me quite a while to figure
this out.
Thanks!
-agentzh