⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
.cpan
/
build
/
File-Copy-Recursive-0.45-0
/
View File Name :
Makefile.PL
use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'File::Copy::Recursive', VERSION_FROM => 'lib/File/Copy/Recursive.pm', ABSTRACT_FROM => 'lib/File/Copy/Recursive.pm', AUTHOR => 'Daniel Muey
', LICENSE => 'perl_5', PREREQ_PM => { 'File::Copy' => 0, 'File::Spec' => 0, 'File::Glob' => 0, 'Cwd' => 0, }, TEST_REQUIRES => { 'Test::More' => '0.88', 'Test::Deep' => 0, 'Test::File' => 0, 'File::Temp' => 0, 'Test::Warnings' => 0, 'Path::Tiny' => 0, 'Test::Fatal' => 0, }, META_ADD => { 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { repository => { url => 'https://github.com/drmuey/p5-File-Copy-Recursive.git', web => 'https://github.com/drmuey/p5-File-Copy-Recursive', type => 'git', }, bugtracker => { web => 'https://github.com/drmuey/p5-File-Copy-Recursive/issues', }, }, }, );