Changeset 206 for trunk/bin

Show
Ignore:
Timestamp:
04/04/07 19:01:36 (1 year ago)
Author:
ingy
Message:
 r3749@skinny-2:  ingy | 2007-04-04 18:04:20 +0900
 refo
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/k2-make-src

    r196 r206  
    66use lib abs_path('lib'); 
    77use IO::All; 
     8use XXX; 
    89 
    910# Get a list of all dists in system. 
     11XXX my @dists = map { 
     12    $_->name; 
     13} grep { 
     14    -e "$_/lib"; 
     15} io('src')->All_Dirs; 
     16 
     17 
    1018# For each dist, find all modules in dist 
    1119# For each module: 
     
    1624#   Link all src files into the base/ tree 
    1725#   Report all collisions 
     26 
     27__END__ 
    1828 
    1929@ARGV == 1 or die usage();