Subject: | Various Uninitialized Values |
I'm using a very basic implementation and ran into these non-critical
warnings.
Setup:
my $tvdb = TVDB::API::new($apikey);
$tvdb->setApiKey($apikey);
$tvdb->setLang('en');
$tvdb->setCacheDB($tvdbCache);
Errors, when using perl with the -w switch:
Use of uninitialized value in sprintf at
/usr/local/share/perl/5.10.1/TVDB/API.pm line 120.
Use of uninitialized value in sprintf at
/usr/local/share/perl/5.10.1/TVDB/API.pm line 121.
Use of uninitialized value in sprintf at
/usr/local/share/perl/5.10.1/TVDB/API.pm line 122.
Just wanted to make a report, thanks for providing your module.