1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: l/D/TableReader.pm: typo proceeed → proceed.
Author: Étienne Mollier <[email protected]>
Forwarded: https://github.com/nrdvana/perl-Data-TableReader/pull/3
Last-Update: 2024-06-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libdata-tablereader-perl.orig/lib/Data/TableReader.pm
libdata-tablereader-perl/lib/Data/TableReader.pm
@@ -1205,7 1205,7 @@
If a Field matches multiple columns (and isn't an array field) omit the field from the col_map
entirely. If a column matches multiple fields, leave the col_map blank for this column.
-Both generate warnings, but the header match can still proceeed to a successful result.
Both generate warnings, but the header match can still proceed to a successful result.
=item C<'error'> (default)
|