Can i suppress error message from fetch.pm in Perl
问题 When using Fetch to download a url from Teamcity I get a Fetch failed! error. But the download of the file actually works. They have recently changed permissions of our Teamcity server so i've to use a username and password when obtaining the URL of the file to download. I'm just wondering if this is causing an issue with fetch's validation of the Gateway, but as I can download the file. Is there a way to suppress this error or just downgrade it to a warning? Perl Code: my $ff = File::Fetch-