Bug#856562: libcolor-library-perl: debian patch breaks some package functionality

2017-03-02 Thread gregor herrmann
Control: severity -1 important # breaks a function On Thu, 02 Mar 2017 08:06:07 -0600, Jeff Norden wrote: > The debian patch to this library disables the parse_rgb_color() subroutine: > > jeff@norden:~$ perl -d -e1 > ... > DB<1> use Color::Library::Color > DB<2> @rgb= Color::Library:

Bug#856562: libcolor-library-perl: debian patch breaks some package functionality

2017-03-02 Thread Jeff Norden
Package: libcolor-library-perl Version: 0.021-2 Severity: normal Tags: patch The debian patch to this library disables the parse_rgb_color() subroutine: jeff@norden:~$ perl -d -e1 ... DB<1> use Color::Library::Color DB<2> @rgb= Color::Library::Color::parse_rgb_color('#2a547e') Undef