#!/usr/bin/perl
#use Mooix::Thing;
#use Mooix::Root;
use Mooix::CallStack;

run sub {
	my $this = shift;

	# Don't put me to sleep, because I am about to disappear anyway.
	$this->super(@_, nosleep => 1);
	
	$this->destroy;
}
