Removed indirect object syntax from EventAggregator.pm

This commit is contained in:
Brian Fraser
2011-12-23 00:22:51 -03:00
parent 29c1ea30cf
commit a7fd3775fa

View File

@@ -1046,7 +1046,7 @@ sub merge {
# Create a new EventAggregator obj, initialize it with the summed results,
# and return it.
my $ea_merged = new EventAggregator(
my $ea_merged = EventAggregator->new(
groupby => $ea1->{groupby},
worst => $ea1->{worst},
attributes => { map { $_=>[$_] } keys %attrib_types },