Skip to content

Commit

Permalink
merge conflicto in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Aug 26, 2023
1 parent 87dec80 commit ee42d88
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<<<<<<< HEAD
use ExtUtils::MakeMaker::CPANfile;
=======
use ExtUtils::MakeMaker;
>>>>>>> refs/heads/master

WriteMakefile(
NAME => 'Process::SubProcess',
Expand All @@ -15,7 +9,6 @@ WriteMakefile(

# VERSION => '2.0.2',
MIN_PERL_VERSION => '5.010',
<<<<<<< HEAD
test => { TESTS => 't/*.t' },
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => '6.46',
Expand All @@ -31,16 +24,6 @@ WriteMakefile(
'YAML' => '0',
'Data::Dump' => '0',
},
=======
test => {TESTS => 't/*.t'},
PREREQ_PM => {
'Getopt::Long::Descriptive' => '0',
'Path::Tiny' => '0',
'JSON' => '0',
'YAML' => '0',
'Data::Dump' => '0',
},
>>>>>>> refs/heads/master
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
Expand Down

0 comments on commit ee42d88

Please sign in to comment.