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