#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;

	$this->super(@_);
	
	# Set destination?
	if ($_{destination}) {
		$this->destination($_{destination});
	}
	
	return $this;
}
