Subject: | t/01_File-Fetch.t: Throws one warning when run with warnings on |
If run with warnings turned on -- or in an environment where warnings are turned on by default -- t/01_File-Fetch.t emits one build-time warning.
#####
$ prove -vb t/01_File-Fetch.t
t/01_File-Fetch.t .. Name "File::Fetch::FORCEIPV4" used only once: possible typo at t/01_File-Fetch.t line 20.
ok 1 - use File::Fetch;
#####
This is corrected in this pull request:
https://github.com/Perl-Toolchain-Gang/File-Fetch/pull/16
Thank you very much.
Jim Keenan