#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	$this->location("") unless $this->defines("location");
	return $this->super(@_);
}
