#!/usr/bin/perl
# No sitting on scales.
#use Mooix::Thing;
#use Mooix::Verb;
run sub {
	my $this=shift;
	exit Mooix::Verb::SKIP;
}
