tokuhirom / Test-Pretty

Other
20 stars 17 forks source link

Conditionally load Win32::Console::ANSI #35

Closed lejeunerenard closed 9 years ago

lejeunerenard commented 9 years ago

To support ANSI escape sequences on Win32's cmd.exe we can just conditionally load Win32::Console::ANSI. This does not solve the issue of utf8 support however.

Solves #32

lejeunerenard commented 9 years ago

Took @mattn's advice and switched to using $^O instead of use Config.