Help for this page

Select Code to Download


  1. or download this
    sub packlists_containing {
      my ($self, $targets) = @_;
      my @targets = @$targets;
    ...
      my %found; @found{map +($pack_rev{$INC{$_}}||()), @targets} = ();
      sort keys %found;
    }
    
  2. or download this
    POSIX.pm
    List/Util.pm
    ...
    overload.pm
    IO/File.pm
    feature.pm