#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	$this->bouncing(0);
	chmod(0664, $this->fieldfile('bouncing')) || die "chmod: $!";
	return $this->super(@_);
}
