[Bps-public-commit] r12594 - in Prophet/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed May 21 05:01:26 EDT 2008
Author: jesse
Date: Wed May 21 05:01:24 2008
New Revision: 12594
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Record.pm
Log:
r31832 at 31b: jesse | 2008-05-21 17:01:13 +0800
* Default to not space-padding luids
Modified: Prophet/trunk/lib/Prophet/Record.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Record.pm (original)
+++ Prophet/trunk/lib/Prophet/Record.pm Wed May 21 05:01:24 2008
@@ -322,7 +322,7 @@
$format =~ s/%u/$uuid/g;
}
if ( $format =~ /%l/ ) {
- my $luid = $self->luid;
+ my $luid = sprintf('%s',$self->luid);
$format =~ s/%l/$luid/g;
}
return sprintf( $format,
More information about the Bps-public-commit
mailing list