����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
package Test::LeakTrace::Script;
use strict;
use warnings;
use Test::LeakTrace ();
my $Mode = $ENV{TEST_LEAKTRACE};
sub import{
shift;
$Mode = shift if @_;
}
no warnings 'void';
INIT{
Test::LeakTrace::_start(1);
}
END{
$Mode = -simple unless defined $Mode;
Test::LeakTrace::_finish($Mode);
return;
}
1;
__END__
=head1 NAME
Test::LeakTrace::Script - A LeakTrace interface for whole scripts
=head1 SYNOPSIS
#!perl -w
use Test::LeakTrace::Script sub{
my($svref, $file, $line) = @_;
warn "leaked $svref from $file line $line.\n";
};
=head1 DESCRIPTION
This is a interface to C<Test::LeakTrace> for whole scripts.
=head1 INTERFACE
=head2 Command line interface
$ perl -MTest::LeakTrace::Script script.pl
$ perl -MTest::LeakTrace::Script=-verbose script.pl
$ TEST_LEAKTRACE=-lines script.pl
=head1 ENVIRONMENT VARIABLES
=head2 TEST_LEAKTRACE=mode
=head3 -simple (DEFAULT)
=head3 -sv_dump
=head3 -lines
=head3 -verbose
=head1 SEE ALSO
L<Test::LeakTrace>.
=cut
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| JA.pod | File | 10.02 KB | 0444 |
|
| Script.pm | File | 1000 B | 0555 |
|