#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;
	$this->write("This session does not support interactive editing.");
	return
}
