Skip to content

Commit

Permalink
Remove pm and make it easier to copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs authored and pjcj committed Sep 9, 2016
1 parent 701470f commit c872346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.PL
Expand Up @@ -88,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 @@ -107,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 @@ -126,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 @@ -146,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

0 comments on commit c872346

Please sign in to comment.