package User; use ORM; use base ORM; __PACKAGE__->ORM( fields => undef, # undef = autodetect primary => 'ID', table => User', )