[Bps-public-commit] r11578 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Sun Apr 6 00:23:01 EDT 2008


Author: jesse
Date: Sun Apr  6 00:22:59 2008
New Revision: 11578

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/ForeignReplica.pm

Log:
 r29359 at 31b:  jesse | 2008-04-05 18:20:45 -1000
 * foreign replicas never have a db uuid


Modified: SVN-PropDB/lib/Prophet/ForeignReplica.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/ForeignReplica.pm	(original)
+++ SVN-PropDB/lib/Prophet/ForeignReplica.pm	Sun Apr  6 00:22:59 2008
@@ -28,6 +28,9 @@
 
 use Data::UUID 'NameSpace_DNS';
 
+# foreign replicas never have a db uuid
+sub db_uuid { return undef };
+
 sub uuid_for_url {
     my ( $self, $url ) = @_;
     return Data::UUID->new->create_from_name_str( NameSpace_DNS, $url );



More information about the Bps-public-commit mailing list