#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	# reinit the parser so it will notice the new prompt
	$this->signal(method => "parse", with => 1);
}
