Plack-Middleware-DBGp
view release on metacpan or search on metacpan
lib/Plack/Middleware/DBGp.pm view on Meta::CPAN
}
if ($error) {
print STDERR <<"EOT";
There was the following issue with the DBGp client directory '$dbgp_client_dir': $error
You can fix it by running:
\$ sudo sh -c 'rm -rf $dbgp_client_dir &&
mkdir $dbgp_client_dir &&
chmod 2770 $dbgp_client_dir &&
chown $user:$group $dbgp_client_dir'
EOT
exit 1;
}
$options{RemotePath} = $args{client_socket};
} else {
$options{RemotePort} = $args{remote_host};
}
$ENV{PERLDB_OPTS} =
( run in 0.606 second using v1.01-cache-2.11-cpan-5511b514fd6 )