RT for rt.cpan.org
Skip Menu
|
Bug #80562 for Getopt-Compact: Output ANSI escapes using --man options on Windows
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Fri Nov 02 01:22:40 2012
ilya.tk [...] gmail.com - Ticket created
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