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

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 07:49:10 EDT 2008


Author: sartak
Date: Fri May 16 07:49:10 2008
New Revision: 12385

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

Log:
 r55986 at onn:  sartak | 2008-05-16 07:49:06 -0400
 Include luid in Show


Modified: Prophet/branches/luid/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/branches/luid/lib/Prophet/CLI.pm	(original)
+++ Prophet/branches/luid/lib/Prophet/CLI.pm	Fri May 16 07:49:10 2008
@@ -429,7 +429,8 @@
         return;
     }
 
-    print "id: " . $record->uuid . "\n";
+    print "uuid: " . $record->uuid . "\n";
+    print "luid: " . $record->luid . "\n";
     my $props = $record->get_props();
     for ( keys %$props ) {
         print $_. ": " . $props->{$_} . "\n";



More information about the Bps-public-commit mailing list