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

$Boo::VERSION = '2.01';

sub boo {
  return "Hello from Boo";
}

1;