⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
Role
/
Tiny
/
Edit File: With.pm
package Role::Tiny::With; use strict; use warnings; our $VERSION = '2.001004'; $VERSION =~ tr/_//d; use Role::Tiny (); use Exporter 'import'; our @EXPORT = qw( with ); sub with { my $target = caller; Role::Tiny->apply_roles_to_package($target, @_) } 1; =head1 NAME Role::Tiny::With - Neat interface for consumers of Role::Tiny roles =head1 SYNOPSIS package Some::Class; use Role::Tiny::With; with 'Some::Role'; # The role is now mixed in =head1 DESCRIPTION C<Role::Tiny> is a minimalist role composition tool. C<Role::Tiny::With> provides a C<with> function to compose such roles. =head1 AUTHORS See L<Role::Tiny> for authors. =head1 COPYRIGHT AND LICENSE See L<Role::Tiny> for the copyright and license. =cut
Simpan