#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	my $enabledfield="mcp-negotiate_enabled";
	$this->$enabledfield('');
	return 1;
}
