I was looking at the pragma processor in SqMoose and noticed that
there is a subclass of FMPragmaProcessor called MSEPragmaProcessor.
Now this class does nothing except override one method from
FMPragmaProcessor, which is almost a copy-paste of its overridden
method. The only difference between the two methods is that one have
an early abort condition while the other continues even if the
condition is met.
Now MSEPragmaProcessor is packaged in Moose-Finder (and is used by
mooseDescription). I wonder what is the intent behind this class?
--
Simon