Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Email /
Sender /
Role /
Delete
Unzip
Name
Size
Permission
Date
Action
CommonSending.pm
5.12
KB
-rw-rw-rw-
2020-10-10 20:34
HasMessage.pm
848
B
-rw-rw-rw-
2020-10-10 20:34
Save
Rename
package Email::Sender::Role::HasMessage; # ABSTRACT: an object that has a message $Email::Sender::Role::HasMessage::VERSION = '1.300035'; use Moo::Role; #pod =attr message #pod #pod This attribute is a message associated with the object. #pod #pod =cut has message => ( is => 'ro', required => 1, ); no Moo::Role; 1; __END__ =pod =encoding UTF-8 =head1 NAME Email::Sender::Role::HasMessage - an object that has a message =head1 VERSION version 1.300035 =head1 ATTRIBUTES =head2 message This attribute is a message associated with the object. =head1 AUTHOR Ricardo Signes <rjbs@semiotic.systems> =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2020 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut