use strict;
use warnings;

{
	set_by_user => 'user value',
	set_in_both => 'user value2',
	a_checklist => {qw/e 0 f 1 g 1/}
};
