HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/.cpan/build/File-Copy-Recursive-0.45-0/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 <http://drmuey.com/cpan_contact.pl>',
    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',
            },
        },
    },
);