Changeset 162 for trunk/t

Show
Ignore:
Timestamp:
08/02/07 21:05:43 (2 years ago)
Author:
bradfitz
Message:

Checking in changes prior to tagging of version 1.05. Changelog diff is:

Index: Changes
===================================================================
--- Changes (revision 161)
+++ Changes (working copy)
@@ -1,3 +1,5 @@
+1.05 (august 2, 2007)
+

  • 'prune' and 'gc' commands commands for both Amazon

and Filesystem targets. from Alessandro Ranellucci <aar@…>.


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/04-gc.t

    r161 r162  
    2828for (1..$orphan_chunks_count) { 
    2929    my $chunk = Brackup::StoredChunk->new; 
    30     $chunk->{_chunkref} = \"foobar $_"; 
     30    $chunk->{_chunkref} = \ "foobar $_"; 
    3131    $target->store_chunk($chunk); 
    3232}