- Timestamp:
- 11/28/08 20:52:51 (6 weeks ago)
- Files:
-
- 1 modified
-
v6/mildew/Map.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
v6/mildew/Map.pm
r24107 r24108 39 39 } 40 40 41 knowhow Item iterator {41 knowhow ItemIterator { 42 42 has $.input; 43 43 has @.prefetch; … … 83 83 method prefix:<=> { 84 84 if (@.input.exists($.count)) { 85 return \@.input[$.count++]; 86 } else { 85 87 fail OutOfItemsException; 86 } else {87 return \@.input[$.count++];88 88 } 89 89 }
