The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
##
# name:      Foo
# abstract:  Foo to the Bar
# author:    Ingy döt Net <ingy@ingy.net>
# license:   perl
# copyright: 2011

use v5.8.3;
package Foo::Bar;

our $VERSION = '1.23';

1;