The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This is a test class for Eobj.
# It's short, but if it executes at all, odds are that everything
# is 100% fine.

sub tryout {
  my $self = shift;
  my $what = shift;

  print "$what\n";
}