HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/.cpan/build/Exporter-5.78-0/Makefile.PL
use 5.006;
use ExtUtils::MakeMaker;

my $EUMM_VERSION = $ExtUtils::MakeMaker::VERSION;
$EUMM_VERSION =~ s/_//g;

WriteMakefile(
    NAME         => 'Exporter',
    VERSION_FROM => 'lib/Exporter.pm',
    ( $] > 5.011 ) ? () : ( INSTALLDIRS => 'perl' ),    # CPAN sourced versions should now install to site
    PREREQ_PM => {
        'Carp' => '1.05',
    },
    ABSTRACT_FROM => 'lib/Exporter.pm',
    ( $EUMM_VERSION >= 6.31 ? ( LICENSE => 'perl_5' ) : () ),
    dist       => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    META_MERGE => {
        recommends => {
            'Test::Pod'           => 1.18,
            'Test::Pod::Coverage' => 1.04
        },
        resources => {
            license     => 'http://dev.perl.org/licenses/',
            bugtracker  => 'https://github.com/Perl/perl5/issues',
            repository  => 'https://github.com/Perl/perl5/tree/blead/dist/Exporter',
            MailingList => 'http://lists.perl.org/list/perl5-porters.html',
        },
    },
);