[Bps-public-commit] r16625 - Prophet/trunk/lib/Prophet
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 30 08:27:58 EDT 2008
Author: ruz
Date: Thu Oct 30 08:27:57 2008
New Revision: 16625
Modified:
Prophet/trunk/lib/Prophet/Change.pm
Log:
* minor
Modified: Prophet/trunk/lib/Prophet/Change.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Change.pm (original)
+++ Prophet/trunk/lib/Prophet/Change.pm Thu Oct 30 08:27:57 2008
@@ -181,8 +181,11 @@
my $class = shift;
my $uuid = shift;
my $hashref = shift;
- my $self = $class->new(
- { record_type => $hashref->{'record_type'}, record_uuid => $uuid, change_type => $hashref->{'change_type'} } );
+ my $self = $class->new( {
+ record_type => $hashref->{'record_type'},
+ record_uuid => $uuid,
+ change_type => $hashref->{'change_type'},
+ } );
for my $prop ( keys %{ $hashref->{'prop_changes'} } ) {
$self->add_prop_change(
name => $prop,
More information about the Bps-public-commit
mailing list