Skip Menu |

This queue is for tickets about the MARC-Record CPAN distribution.

Report information
The Basics
Id: 70346
Status: resolved
Priority: 0/
Queue: MARC-Record

People
Owner: GMCHARLT [...] cpan.org
Requestors: gspear [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.0.0
Fixed in: 2.0.4



Subject: MARC::Field::delete_subfield() clears entire field if arguments are badly formatted
$field->delete_subfield('t'); instead of $field->delete_subfield(code => 't'); will clear the entire field (including indicators) silently, rather than DWIM or giving an error message.
This is fixed in 2.0.4