#!/usr/bin/perl
#use Mooix::Thing;
#use Mooix::Root;
run sub {
	my $this=shift;
	if ($this->debugging && ! $this->defines("debug")) {
		my $debugger= $this->create(owner => $this, id => "debug",
					parent => $Mooix::Root->abstract->debug);
	}
	$this->signal(method => "parse", with => 1);
}
