in reply to Is Devel::Declare really so much less evil than source filters?
So far I'm less than impressed.
setup_for() & toke_scan_word() have to be called as class methods, all the rest (that i've tried) as subroutines.
It has a routine to parse nested tokens, but if you replace the switch leaving the cases as is, it doesn't call the case handler.
If the syntax above is spread over multiple lines, you can replace the header of the switch okay. Then the case handler is called, but there is no way to tidy up the closing brace of the switch.
Source filters are easier to write and understand. Shame. It looked very interesting (to me).
|
---|