EPrints Technical Mailing List Archive

Message: #08246


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] use of uninitialized value in string eq during eprint->commit


I just finished a CLI script that updates some metadata field values in some items in my repository. Everything is working fine as far as I can tell, values get saved/updated, except that when I run the script, I get this warning every time I do $eprint->commit:

 

“Use of uninitialized value in string eq at (eval 173) line 379.”

 

Has anyone seen this before?  It is rather cryptic and I can’t even tell what file it is referring to?

 

Tomasz