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

"Use of uninitialized value" in _error #13

Closed
pvgoran opened this issue Sep 3, 2017 · 0 comments
Closed

"Use of uninitialized value" in _error #13

pvgoran opened this issue Sep 3, 2017 · 0 comments
Assignees

Comments

@pvgoran
Copy link

pvgoran commented Sep 3, 2017

I'm using TOML-0.97 with TOML::Parser-0.10.

The following code:

use warnings;
use TOML;
from_toml "a";

produces:

Use of uninitialized value in numeric le (<=) at /.../TOML/Parser/Tokenizer.pm line 399.
Use of uninitialized value in subtraction (-) at /.../TOML/Parser/Tokenizer.pm line 404.
@karupanerura karupanerura self-assigned this Sep 4, 2017
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