⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Sequence
/
View File Name :
perl_openssl.pm
# perl_openssl.pm - debhelper addon for running dh_perl_openssl # # Copyright 2010, Ansgar Burchardt <ansgar@debian.org> # Copyright 2016, Niko Tyni <ntyni@debian.org> # # This program is free software, you can redistribute it and/or modify it # under the same terms as Perl itself. use warnings; use strict; use Debian::Debhelper::Dh_Lib; insert_after("dh_perl", "dh_perl_openssl"); 1;