Skip to content

Commit

Permalink
Merge d456ce0 into 623d85d
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Jun 6, 2016
2 parents 623d85d + d456ce0 commit 802f2f4
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions Makefile.PL
Expand Up @@ -14,7 +14,11 @@ require 5.005;
use ExtUtils::MakeMaker;
use ExtUtils::Manifest "maniread";

if (0) # For automating webservices testing
our $WEBSERVICES_TESTING = 0;



if ($WEBSERVICES_TESTING) # For automating webservices testing
{
eval
q{
Expand Down Expand Up @@ -84,7 +88,7 @@ WriteMakefile
);

print "\n";
print "checking for Date::Manip.pm........ ";
print "checking for Date::Manip .......... ";

eval "use Date::Manip";
if (my $m = $INC{"Date/Manip.pm"})
Expand All @@ -103,7 +107,7 @@ In the meantime, you may continue to use the rest of Gedcom.pm.
EOM
}

print "checking for Parse::RecDescent.pm.. ";
print "checking for Parse::RecDescent .... ";

eval "use Parse::RecDescent";
if (my $m = $INC{"Parse/RecDescent.pm"})
Expand All @@ -122,7 +126,7 @@ In the meantime, you may continue to use the rest of Gedcom.pm.
EOM
}

print "checking for Roman.pm.............. ";
print "checking for Roman ................ ";

eval "use Roman";
if (my $m = $INC{"Roman.pm"})
Expand All @@ -142,7 +146,7 @@ meantime, you may continue to use the rest of Gedcom.pm.
EOM
}

print "checking for working IO::Handle.... ";
print "checking for working IO::Handle ... ";

eval <<'EOE';
use FileHandle;
Expand Down Expand Up @@ -172,20 +176,6 @@ else
print "working\n";
}

print <<EOM if 0;
--------------------------------------------------------------------------------
I like to have some idea of the distribution of this software. To that end I
would be very grateful for mail from you. This will be used only to satisfy my
curiosity and to help me make decisions which may involve changes to the
module.
If you can run perlbug you can send me a success report with "make ok".
Failure reports with "make nok" are also appreciated.
EOM

print <<EOM;
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 802f2f4

Please sign in to comment.