Skip to content
Snippets Groups Projects
Commit 308f3221 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- removed Windows specific code, can no longer be supported/tested

parent 71226b1c
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,6 @@ use Term::ANSIColor; # colored print
use Data::Printer;
use v5.10;
BEGIN {
if ($^O eq 'MSWin32') {
require Win32::Console::ANSI;
Win32::Console::ANSI->import();
}
}
my $host = shift;
my $user = shift;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment