Changeset 516

Show
Ignore:
Timestamp:
04/17/07 06:45:24 (2 years ago)
Author:
bradfitz
Message:

noise cleanup, prior to using shipit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/api/perl

    • Property svn:ignore set to
      META.yml
      pm_to_blib
      blib
      Makefile

  • trunk/api/perl/MANIFEST

    r310 r516  
    55README 
    66MANIFEST 
     7MANIFEST.SKIP 
    78TODO 
    89t/use.t 
  • trunk/api/perl/dev/cons-hash.pl

    r425 r516  
    5454        my $s2 = $set2->target_of_bucket($rand); 
    5555        $tran{"$s1-$s2"}++; 
    56         $tran{"was-$s1"}++; 
    57         $tran{"now-$s2"}++; 
     56        $tran{"$s1-"}++; 
     57        $tran{"-$s2"}++; 
    5858    } 
    5959