#!/usr/bin/perl
use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;
	print "ran\n";
	exit $_{code};
}
