[Bps-public-commit] r11563 - in SVN-PropDB: lib/Prophet/Replica/Hiveminder

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 5 21:37:54 EDT 2008


Author: jesse
Date: Sat Apr  5 21:37:51 2008
New Revision: 11563

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm

Log:
 r29301 at 31b:  jesse | 2008-04-05 15:37:25 -1000
  typo in how i called that


Modified: SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm	(original)
+++ SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm	Sat Apr  5 21:37:51 2008
@@ -61,7 +61,7 @@
             );
             for my $key ( keys %$previous_state ) {
 
-                $change->add_prop_change( new => $previous_state, {$key}, old => undef, name => $key );
+                $change->add_prop_change( {new => $previous_state, {$key}, old => undef, name => $key });
             }
 
         }



More information about the Bps-public-commit mailing list