RE: MARC::Lint bug?

2006-06-16 Thread Bryan Baldus
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'} for field repeatability.

Please let me know of any problems.
Thank you,

Bryan Baldus
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://home.inwave.com/eija


Re: MARC::Lint bug?

2006-06-16 Thread Edward Summers

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