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 sprintf #4

Open
ViktorNacht opened this issue Jan 2, 2018 · 2 comments
Open

Use of uninitialized value in sprintf #4

ViktorNacht opened this issue Jan 2, 2018 · 2 comments

Comments

@ViktorNacht
Copy link

Running the module under perl 5.22.4 I get the following error message:

Use of uninitialized value in sprintf at /opt/perl5/perls/admin1.0/lib/site_perl/5.24.3/WebService/Prowl.pm line 74.

@brother
Copy link

brother commented Jun 15, 2020

Can not really wrap my head around what it fails on. Three possible errors, the @out, the $query and the $k.
https://github.com/sekimura/WebService-Prowl/blob/master/lib/WebService/Prowl.pm#L74

@brother
Copy link

brother commented Jun 15, 2020

While testing this further it seems like it actually does work now. Still get the annoying warning(?) about uninitialized and so on. Only things I am certain that I have done is that I have reinstalled the cpan module and restarted irssi (where I am using this from).

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