On Mon, Nov 17, 2003 at 09:15:22PM -0500, Morbus Iff wrote: > > Since MARC tags less than 010 can not have indicators or subfields, > > not allowing those ::Field methods to be called on those tags make sense. > > However, this should be a warn(), not a croak(), otherwise looping > > code will need to conditionally check tag numbers before continued > > processing. > > Any thoughts on this patch?
I think this sounds like a good change, that users (especially new ones) will appreciate. Best of all it is a loosening of behavior so existing MARC::Record users will be able to upgrade with no pain. //Ed