Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized warnings in Data::Localize::Gettext #1

Open
eldridge opened this issue Nov 11, 2009 · 1 comment
Open

uninitialized warnings in Data::Localize::Gettext #1

eldridge opened this issue Nov 11, 2009 · 1 comment

Comments

@eldridge
Copy link

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!

@lestrrat
Copy link
Collaborator

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.

lestrrat added a commit that referenced this issue Nov 7, 2011
lestrrat added a commit that referenced this issue Nov 7, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants