Package: libconfig-simple-perl / 4.59-6

Metadata

Package Version Patches format
libconfig-simple-perl 4.59-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
non_word_chars.patch | (download)

Simple.pm | 2 1 1 - 0 !
t/colors.ini | 10 10 0 - 0 !
t/colors.t | 62 62 0 - 0 !
3 files changed, 73 insertions( ), 1 deletion(-)

 change regexp for splitting "key = value" pairs in the ini style parser,
 otherwise it chokes on non "word" chars
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49682
empty_string.patch | (download)

Simple.pm | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 if the array is empty, we return an empty string.