Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Bug in App::FatPacker?

by elef (Friar)
on Dec 05, 2012 at 16:58 UTC ( [id://1007336]=perlquestion: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1007336]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found