kentnl / Devel-Isa-Explainer

Pretty Print Function Hierarchies of Classes
Other
1 stars 0 forks source link

Need Win32 Console support #15

Open kentfredric opened 6 years ago

kentfredric commented 6 years ago

Does the trick

use Exporter ();

BEGIN {
    $^O =~ /Win/i and eval {
        require Win32::Console::ANSI;
        Win32::Console::ANSI->import();
    };
}
use Term::ANSIColor 3.00 ('colored');    # bright