[Bug 1049139] New: Please apply upstream case sensitivity patch

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 7 05:28:37 UTC 2014


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 at redhat.com
          Reporter: jfearn at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: jplesnik at redhat.com,
                    perl-devel at lists.fedoraproject.org, ppisar at redhat.com
   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



More information about the perl-devel mailing list