The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
    $mpdll .= "\\apachemoduleperl.dll" if (!($mpdll =~ /apachemoduleperl\.dll/i)) ;
    if (!(-f $mpdll))
        {
        require ExtUtils::MakeMaker;
        ExtUtils::MakeMaker->import('prompt');
        $mpdll = prompt("Where is your ApacheModulePerl.dll located ?", $mpdll);
        $mpdll .= "\\apachemoduleperl.dll" if (!($mpdll =~ /apachemoduleperl\.dll/i)) ;
        if (!(-f $mpdll))
            {
            print "$mpdll not found, please make sure Apache and mod_perl are installed before installing Embperl\n" ;
            exit (1) ;
            }
        }

    $mpdll = cnvpath ($mpdll) ;
    $mpdll =~ s/\\\\/\\/g ;

    die "Can't find ApacheModulePerl.dll at $mpdll!" if (!(-e $mpdll));

1 POD Error

The following errors were encountered while parsing the POD:

Around line 526:

=pod directives shouldn't be over one line long! Ignoring all 14 lines of content