[Bps-public-commit] r12369 - in Prophet/branches/luid: lib/Prophet

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 05:04:01 EDT 2008


Author: sartak
Date: Fri May 16 05:04:00 2008
New Revision: 12369

Modified:
   Prophet/branches/luid/   (props changed)
   Prophet/branches/luid/lib/Prophet/Record.pm

Log:
 r55953 at onn:  sartak | 2008-05-16 05:03:30 -0400
 Pass in a hash to find_or_create_luid


Modified: Prophet/branches/luid/lib/Prophet/Record.pm
==============================================================================
--- Prophet/branches/luid/lib/Prophet/Record.pm	(original)
+++ Prophet/branches/luid/lib/Prophet/Record.pm	Fri May 16 05:04:00 2008
@@ -292,7 +292,7 @@
 
 sub find_or_create_luid {
     my $self = shift;
-    my $luid = $self->handle->find_or_create_luid($self->uuid);
+    my $luid = $self->handle->find_or_create_luid(uuid => $self->uuid);
     $self->luid($luid);
     return $luid;
 }



More information about the Bps-public-commit mailing list