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

sub mvp_bundle_config {
  return (
    [ 'boondle_X', 'Foo::Boondle', { } ],
    [ 'boondle_3', 'Foo::Boo2',    { xyzzy => 'plugh' } ],
  );
}

1;