Lines Matching refs:pm

17             $Verbose %pm %static
85 overridable by a platform specific MM_*.pm file (See
385 push(@m,"\n# These definitions are from config.sh (via $INC{'Config.pm'})\n");
509 CONFIGDEP = $(PERL_ARCHLIB)$(DIRFILESEP)Config.pm $(PERL_INC)$(DIRFILESEP)config.h
1433 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
1436 my %pm;
1473 $pm{$name} = $self->catfile($self->{INST_LIBDIR},$name);
1476 $pm{$name} = $self->catfile($self->{INST_LIBDIR},$name);
1480 # Some larger extensions often wish to install a number of *.pm/pl
1489 # For each *.pm or *.pl file found $self->libscan() is called with
1497 # ./*.pm => $(INST_LIBDIR)/*.pm
1554 $pm{$path} = $inst;
1558 $self->{PM} ||= \%pm;
1631 # Remove "Configure.pm" and similar, if it's not the only pod listed
1635 if ($self->{PERL_CORE} and $name =~ /(config|setup).*\.pm/is) {
1721 my $inc_config_dir = dirname($INC{'Config.pm'});
1722 my $inc_carp_dir = dirname($INC{'Carp.pm'});
1737 -f $self->catfile($dir,"lib","Exporter.pm")
1804 $found = $dir, last if -e $self->catdir($dir, "Config.pm");
1858 print STDOUT "CONFIG key '$m' does not exist in Config.pm\n"
1883 (Exporter.pm not found)"
1884 unless -f $self->catfile("$self->{PERL_LIB}","Exporter.pm") ||
2069 # There are often no Config.pm defaults for these, but we can make
2812 # I patched minimod.PL instead, so that Miniperl.pm won't
3166 $(PERL_ARCHLIB)/Config.pm: $(PERL_SRC)/config.sh
3167 $(NOECHO) $(ECHO) "Warning: $(PERL_ARCHLIB)/Config.pm may be out of date with $(PERL_SRC)/config.sh"
3168 cd $(PERL_SRC) && $(MAKE) lib/Config.pm
3575 form 'Foo/Bar.pm' and replaces the slash with C<::> or something else