On Thursday, June 15, 2006 9:19 AM, I wrote:
>I think I may have discovered a bug in the way MARC::Lint
>parses tag data.
[or sets rules for repeatability of fields vs. allowed subfields.]
MARC::Lint has been revised in SourceForge CVS so that $rules->{$repeatable}
is now $rules->{'repeatable'}
On Jun 16, 2006, at 1:27 PM, Bryan Baldus wrote:
MARC::Lint has been revised in SourceForge CVS so that $rules->
{$repeatable}
is now $rules->{'repeatable'} for field repeatability.
Are you able to push this out to CPAN?
//Ed