it's showing a full perl stack trace. temporary fix for now.
use vars qw(
$VERSION
);
-$VERSION = "5.5";
+$VERSION = "5.5001";
#-> sub CPAN::FTP::ftp_statistics
# if they want to rewrite, they need to pass in a filehandle
} # host
require Carp;
if ($some_dl_success) {
- Carp::cluck("Warning: doesn't seem we had substantial success downloading '$aslocal'. Don't know how to proceed.");
+ Carp::carp("Warning: doesn't seem we had substantial success downloading '$aslocal'. Don't know how to proceed.");
} else {
- Carp::cluck("Warning: no success downloading '$aslocal'. Giving up on it.");
+ Carp::carp("Warning: no success downloading '$aslocal'. Giving up on it.");
}
$CPAN::Frontend->mysleep(5);
return;