The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# NOTE:
# the following 3 lines
# shouldn't be neccessary
# and really should be
# implied.
# - SL
use strict;
use warnings;
use mop;

class Foo::Bar {}

1;