The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use t::TestYAMLPerl tests => 1;

use YAML::Perl::Events;

ok UNIVERSAL::can('YAML::Perl::Event::CollectionStart', 'new'),
    'Derived class works with -base';