mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
15 lines
262 B
Perl
Executable File
15 lines
262 B
Perl
Executable File
#!/usr/bin/perl
|
|
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
|
|
if 0;
|
|
|
|
# This "perldoc" file was generated by "perldoc.PL"
|
|
|
|
require 5;
|
|
BEGIN {
|
|
$^W = 1 if $ENV{'PERLDOCDEBUG'};
|
|
pop @INC if $INC[-1] eq '.';
|
|
}
|
|
use Pod::Perldoc;
|
|
exit( Pod::Perldoc->run() );
|
|
|