Lines Matching refs:from_to
82 my($from_to,$verbose,$nonono,$inc_uninstall) = @_;
94 my(%from_to) = %$from_to;
101 $pack{$_}=$from_to{$_};
102 delete $from_to{$_};
105 foreach $source_dir_or_file (sort keys %from_to) {
111 my $targetdir = install_rooted_dir($from_to{$source_dir_or_file});
115 "install into $from_to{$source_dir_or_file}"
125 MOD_INSTALL: foreach my $source (sort keys %from_to) {
136 my $targetroot = install_rooted_dir($from_to{$source});
141 exists $from_to{$blib_arch} and
143 $targetroot = install_rooted_dir($from_to{$blib_arch});