The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package X11::XCB::Event::Generic;

use Mouse;

# XXX: the following are filled in by XS
has [ 'response_type', 'sequence' ] => (is => 'ro', isa => 'Int');

__PACKAGE__->meta->make_immutable;

1
# vim:ts=4:sw=4:expandtab