Skip Menu |

This queue is for tickets about the Syntax-Highlight-Engine-Kate CPAN distribution.

Report information
The Basics
Id: 123684
Status: new
Priority: 0/
Queue: Syntax-Highlight-Engine-Kate

People
Owner: Nobody in particular
Requestors: HANJE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



Subject: Typo in sub keywordscase
Line 37 in Template.pm should read: $self->{'keywordscase'} = 1; The sub keywordscase should read: sub keywordscase { my $self = shift; if (@_) { $self->{'keywordscase'} = shift; } return $self->{'keywordscase'} }