Addresses InputOutput::RequireBracedFileHandleWithPrint. Warned-by: perlcritic
@@ -100,7 +100,7 @@ do
}
if (!length($invoke)) {
- print STDERR "
+ warn "
Oh dear, I need to install or upgrade $package, but I don'\''t see
the appropriate file(s) anywhere. I'\''m expecting version $version or
@@ -27,8 +27,8 @@ eval q{
use Data::Dumper;
};
if ($@) {
- print STDERR "Please install the 'perl' package if you want to use the\n" .
- "FTP access method of dselect.\n\n";
+ warn "Please install the 'perl' package if you want to use the\n" .
+ "FTP access method of dselect.\n\n";
exit 1;
@@ -21,8 +21,8 @@ use warnings;
eval 'use Net::FTP;';
use Dselect::Ftp;
@@ -166,7 +166,7 @@ Please change the discs and press <RETURN>.