The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Bubblegum::Object::Role::Keyed;

use Bubblegum::Role 'with';

with 'Bubblegum::Object::Role::Collection';

our $VERSION = '0.11'; # VERSION

1;