Message::Passing::Role::HasUsernameAndPassword(3pm) | User Contributed Perl Documentation | Message::Passing::Role::HasUsernameAndPassword(3pm) |
Message::Passing::Role::HasUsernameAndPassword - common username and password attributes
package Message::Passing::Output::MyOutput; use Moo; use namespace::clean -except => 'meta'; with 'Message::Passing::Role::HasUsernameAndPassword';
The username for a connection. Required, Str.
The password for a connection. Required, Str.
See Message::Passing.
2021-11-09 | perl v5.32.1 |