Skip Menu |

This queue is for tickets about the Getopt-Compact CPAN distribution.

Report information
The Basics
Id: 80562
Status: new
Priority: 0/
Queue: Getopt-Compact

People
Owner: Nobody in particular
Requestors: ilya.tk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Output ANSI escapes using --man options on Windows
Date: Fri, 2 Nov 2012 08:22:31 +0300
To: bug-Getopt-Compact [...] rt.cpan.org
From: Илья Ткаченко <ilya.tk [...] gmail.com>
#!/usr/bin/perl use Getopt::Compact; Getopt::Compact->new->opts; C:\>perl prog.pl --man ←[1mNAME←[m prog.pl ←[1mUSAGE←[m usage: prog.pl [options] options -h, --help This help message --man Display documentation ←[1mVERSION←[m 1.0 Wish to disable ANSI escapes on Windows