The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use 5.00404;
use ExtUtils::MakeMaker;

eval "use ExtUtils::MakeMaker::Coverage;";




WriteMakefile(
    NAME              => 'Text::Diff::Parser',
    VERSION_FROM      => 'lib/Text/Diff/Parser.pm', # finds $VERSION
    LICENSE           => 'perl',
    PREREQ_PM         => {'Test::More'  =>  0, }, # e.g., Module::Name => 1.1
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (AUTHOR         => 'Philip Gwyn <gwyn-at-cpan.org>',
       ABSTRACT       => 'Parse patches containing unified and standard diffs',
      ) : ()),
);