This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge the refactoring of ExtUtils::Miniperl and {mini,}perlmain.c generation.
[perl5.git] / install_lib.pl
index 7eeae1d..308af70 100644 (file)
@@ -16,7 +16,7 @@ BEGIN {
        # prefixes.
        #
        # So we set $^X to pretend that we're the already installed perl, so
-       # Config.pm doesits ... expansion off that location.
+       # Config.pm does its ... expansion off that location.
 
        my $location = $Config{initialinstalllocation};
        die <<'OS' unless defined $location;
@@ -29,6 +29,7 @@ OS
        undef %Config::;
        delete $INC{"Config.pm"};
        delete $INC{"Config_heavy.pl"};
+       delete $INC{"Config_git.pl"};
        # You never saw us. We weren't here.
 
        require Config;