On Sun, Feb 22, 2009 at 06:53:33PM -0800, Chris Dolan wrote: > This trivial patch to perl6.pir changes Perl6::Compiler to use its > superclass' addstage() mutator instead of directly editing the > @stages attribute. This should make for better forward > compatibility, as it avoids repeating the list of stages.
Note that the entire stages interface and implementation are expected to change soon. Pm