Update Account::Profile tests and code.

This commit is contained in:
Colin Kuskie 2011-11-01 13:16:48 -07:00
parent 431cd280a4
commit 38d35e23b6
3 changed files with 4 additions and 5 deletions

View file

@ -21,7 +21,7 @@ has method => (
has uid => (
is => 'rw',
default => 'view',
default => '',
);
has bare => (