[Bps-public-commit] r11592 - in SVN-PropDB: .
jesse at bestpractical.com
jesse at bestpractical.com
Sun Apr 6 07:43:21 EDT 2008
Author: jesse
Date: Sun Apr 6 07:43:15 2008
New Revision: 11592
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/lib/Prophet/ChangeSet.pm
Log:
r29389 at 68-247-97-201: jesse | 2008-04-06 01:42:57 -1000
slightly fixed import form hashref
Modified: SVN-PropDB/lib/Prophet/ChangeSet.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/ChangeSet.pm (original)
+++ SVN-PropDB/lib/Prophet/ChangeSet.pm Sun Apr 6 07:43:15 2008
@@ -111,7 +111,7 @@
my $self = $class->new({ map { $_ => $hashref->{$_} } @SERIALIZE_PROPS });
foreach my $change (keys %{$hashref->{changes}}) {
- $self->add_change(Prophet::Change->new_from_hashref($change => $hashref->{changes}->{$change}))
+ $self->add_change(change => Prophet::Change->new_from_hashref($change => $hashref->{changes}->{$change}))
}
return $self;
}
More information about the Bps-public-commit
mailing list