You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey. love the module. i do, however, have a trivial complaint.
Data::Localize::Gettext emits uninitialized warnings at line 118 when attempting to compare a non-existant msgid string. that process coderef is invoked when encountering an empty line following a comment line (%var evaluates to true). since it doesn't look like you're doing anything with the comments after parsing, perhaps you can simply remove line 153? i'm not real sure what the proper fix is.
again, it's a minor issue, but it is filling up my log files. :( thanks for your work, though!
The text was updated successfully, but these errors were encountered:
heh, I just noticed this comment. wonder why I wasn't notified.
I just uploaded a new version which has a LOT of fixes in it -- if it still gives you this problem, please come up with a small test script that reproduces the problem, and I'll be happy to fix it.
hey. love the module. i do, however, have a trivial complaint.
Data::Localize::Gettext emits uninitialized warnings at line 118 when attempting to compare a non-existant msgid string. that process coderef is invoked when encountering an empty line following a comment line (%var evaluates to true). since it doesn't look like you're doing anything with the comments after parsing, perhaps you can simply remove line 153? i'm not real sure what the proper fix is.
again, it's a minor issue, but it is filling up my log files. :( thanks for your work, though!
The text was updated successfully, but these errors were encountered: