https://bugzilla.redhat.com/show_bug.cgi?id=1049139 Bug ID: 1049139 Summary: Please apply upstream case sensitivity patch Product: Fedora Version: 19 Component: perl-Syntax-Highlight-Engine-Kate Assignee: jplesnik@xxxxxxxxxx Reporter: jfearn@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: jplesnik@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx External Bug ID: CPAN 84982 Created attachment 846451 --> https://bugzilla.redhat.com/attachment.cgi?id=846451&action=edit case insensitive plugin matching Description of problem: Hi, publican needs this patch [1 & attached] to satisfy #919474 on Fedora. 1: https://rt.cpan.org/Ticket/Display.html?id=84982 Version-Release number of selected component (if applicable): 0.08-3 How reproducible: Always Steps to Reproduce: 1. perl -MSyntax::Highlight::Engine::Kate -e 'my $hl = new Syntax::Highlight::Engine::Kate(); $hl->languagePlug("xml");' Actual results: undefined language: xml at /usr/share/perl5/vendor_perl/Syntax/Highlight/Engine/Kate.pm line 638. Expected results: $ perl -MSyntax::Highlight::Engine::Kate -e 'my $hl = new Syntax::Highlight::Engine::Kate(); $hl->languagePlug("xml", 1);' substituting language XML for xml at /usr/share/perl5/vendor_perl/Syntax/Highlight/Engine/Kate.pm line 626. Additional info: The patch has been pulled upstream but there is no date for a new release. https://github.com/szabgab/Syntax-Highlight-Engine-Kate/pull/7/commits If you don't supply the second parameter, or set it to 0, the behaviour remains the same as it currently behaves. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BM9FyBdmT9&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel