@@ -115,10 +115,7 @@ sub match {
sub warn {
my $self = shift;
my $text = shift;
- push @{$self->{warnings}}, {
- time => time,
- text => $text
- };
+ push @{$self->{warnings}}, $text;
}
1;