Koha::Filter::MARC::Null - an example filter that does nothing but allow us to run tests
Filter to allow us to run unit tests and regression tests against the RecordProcessor.
my $newrecord = $filter->filter($record); my $newrecords = $filter->filter(\@records);
Return the original record.