Skip Menu |

This queue is for tickets about the Graphics-Framebuffer CPAN distribution.

Report information
The Basics
Id: 105909
Status: resolved
Priority: 0/
Queue: Graphics-Framebuffer

People
Owner: RKELSCH [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency Data::Dumper::Simple
Test suite fails if Data::Dumper::Simple is not installed. Sample test report: http://www.cpantesters.org/cpan/report/fb514e6e-2b66-11e5-9ed2-81701ad7484d Probably you should declare this dependency, or consider to use a core module instead (Data::Dumper), or make this dependency optional.
Thank you for the quick notification. That was never intended to be left in the code. Since this module requires as much CPU speed as possible, I leave out any debugging code I may have temporarily put in for testing. However, it's obvious I forgot to remove this critter. Data::Dumper::Simple is NOT required, and has been removed from the module. Version 4.21 should fix the matter. On Thu Jul 16 17:37:26 2015, SREZIC wrote: Show quoted text
> Test suite fails if Data::Dumper::Simple is not installed. Sample test > report: http://www.cpantesters.org/cpan/report/fb514e6e-2b66-11e5- > 9ed2-81701ad7484d > > Probably you should declare this dependency, or consider to use a core > module instead (Data::Dumper), or make this dependency optional.
On 2015-07-16 19:54:22, RKELSCH wrote: Show quoted text
> Thank you for the quick notification. That was never intended to be > left in the code. > Since this module requires as much CPU speed as possible, I leave out > any debugging code I may have temporarily put in for testing. > However, it's obvious I forgot to remove this critter. > Data::Dumper::Simple is NOT required, and has been removed from the > module. > > Version 4.21 should fix the matter.
Yes, looks fine now. Show quoted text
> > On Thu Jul 16 17:37:26 2015, SREZIC wrote:
> > Test suite fails if Data::Dumper::Simple is not installed. Sample > > test > > report: http://www.cpantesters.org/cpan/report/fb514e6e-2b66-11e5- > > 9ed2-81701ad7484d > > > > Probably you should declare this dependency, or consider to use a > > core > > module instead (Data::Dumper), or make this dependency optional.