Skip Menu |

This queue is for tickets about the File-Fetch CPAN distribution.

Report information
The Basics
Id: 133504
Status: new
Priority: 0/
Queue: File-Fetch

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.56
Fixed in: (no value)



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