Skip Menu |

This queue is for tickets about the Data-Dx CPAN distribution.

Report information
The Basics
Id: 122440
Status: resolved
Priority: 0/
Queue: Data-Dx

People
Owner: Nobody in particular
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

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



Subject: Should specify a Term::ANSIColor min version
I had 4.03 installed and got this error (with Devel::Confess loaded for a trace): Invalid attribute name ansi245 at /home/autarch/perl5/perlbrew/perls/perl-5.22.1-thread-multi/lib/5.22.1/Term/ANSIColor.pm line 384, <$fh> line 2. Term::ANSIColor::color("bold ansi245") called at /home/autarch/perl5/perlbrew/perls/perl-5.22.1-thread-multi/lib/5.22.1/Term/ANSIColor.pm line 472 Term::ANSIColor::colored("[", "bold ansi245") called at /home/autarch/.perlbrew/libs/perl-5.22.1-thread-multi@work/lib/perl5/Data/Dx.pm line 74 Data::Dx::_color("[", "bold ansi245") called at /home/autarch/.perlbrew/libs/perl-5.22.1-thread-multi@work/lib/perl5/Data/Dx.pm line 110 Data::Dx::_format_data(129, "/home/autarch/work/camel/dev/bin/../lib/ASDev/PivotalTracker/"..., "( \$row )", " ", ARRAY(0x589a2d8)) called at /home/autarch/work/camel/dev/bin/../lib/ASDev/PivotalTracker/EEBuildStoryMaker.pm line 129 Then I upgraded to T::AC 4.06 and the error was resolved.
Subject: Re: [rt.cpan.org #122440] Should specify a Term::ANSIColor min version
Date: Wed, 12 Jul 2017 07:51:57 +1000
To: bug-Data-Dx [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Dave. I've updated the Makefile.PL to be more precise in its requirements (and also to note that it works under Perl 5.12 (with a recent enough version of Keyword::Declare). Much appreciated! Damian