logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Message::Passing::Role::HasUsernameAndPassword - common username and password attributes

Methods

username
       The username for a connection. Required, Str.

   password
       The password for a connection. Required, Str.

Name

       Message::Passing::Role::HasUsernameAndPassword - common username and password attributes

Synopsis

           package Message::Passing::Output::MyOutput;
           use Moo;
           use namespace::clean -except => 'meta';

           with 'Message::Passing::Role::HasUsernameAndPassword';

See Also