package User; use Moose; has username => (is => 'rw'); has password => (is => 'rw'); has auth_token => (is => 'rw'); 1;