Since it seems there's no problem with APR in stand-alone mode, it would be good to narrow down why it's interfering with WriteMakefile. A couple of simple possibilities come to mind that would be worth checking:
use APR; open(FH, '>test.txt') or die "Cannot open test.txt: $!\n"; print FH "This is some text\n"; close(FH);
use ExtUtils::MakeMaker; use APR; my $r = WriteMakefile( NAME => 'Handel', VERSION_FROM => 'lib/Handel.pm', AUTHOR => 'Christopher H. Laco', ABSTRACT => 'Simple ecommerce framework', ); for my $key (qw(NAME VERSION_FROM AUTHOR ABSTRACT)) { print "$key -> $r->{$key}\n"; }
In reply to Re: ExtUtils::MakeMaker, APR::UUID or Perl problem?
by randyk
in thread ExtUtils::MakeMaker, APR::UUID or Perl problem?
by jk2addict
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |