built from pods. This change fixes bleadperl compilation -- trying to
build manpages with miniperl causes a bootstrapping problem.
p4raw-id: //depot/perl@27592
use ExtUtils::MakeMaker qw($Verbose neatvalue);
# $VERSION needs to stay numeric to avoid test warnings
-$VERSION = '1.5002';
+$VERSION = '1.5003';
require ExtUtils::MM_Any;
@ISA = qw(ExtUtils::MM_Any);
$self->{"BUILD${man}PODS"} = 0 if
$self->{"INSTALL${man}DIR"} =~ /^(none|\s*)$/;
}
+ $self->{"BUILD${man}PODS"} = 0 if
+ scalar(keys %{$self->{"${man}PODS"}}) == 0;
}
$self->init_MAN1PODS() if $self->{BUILDMAN1PODS};