The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Wx::Scintilla::TextEvent;

use 5.008;
use strict;
use warnings;

our $VERSION = '0.39';
our @ISA     = 'Wx::ScintillaTextEvent';

1;