Changeset 8341
- Timestamp:
- 12/21/05 02:19:18 (3 years ago)
- Files:
-
- 1 modified
-
misc/sixpan/JIB/lib/JIB/Repository.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/sixpan/JIB/lib/JIB/Repository.pm
r8339 r8341 250 250 my @index_files; 251 251 my %copy = map { $_ => $_ ne $cur } @$groups; 252 my @copy = grep { $copy{$_} } keys %copy; 252 my @copy = grep { $copy{$_} } keys %copy; #all groups minus the current one 253 253 for my $key (@copy) { 254 254 my $path = dir($key)->subdir($pkg->meta->$key); 255 # maybe use another mechanism to call arbitrary stuff on the package obj? 255 # maybe use another mechanism to call arbitrary stuff on the package 256 # obj? otherwise all data we index after must be a toplevel element of 257 # the meta file 256 258 push @index_files, file($path.'.index'); 257 259 push @index_files, map { $path->file($_) }
