Changeset 118
- Timestamp:
- 02/23/06 12:18:12
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mailman.pm
r102 r118 86 86 87 87 for my $match (@matches) { 88 $match->{subject} =~ s/\[$title \d+\]\s+//;88 $match->{subject} =~ s/\[$title(?: \d+)?\]\s+//; 89 89 90 90 my $entry = Plagger::Entry->new;
