The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -w

use strict;

=head1 NAME

eg.t - Tests that C<eg/ClassClassWithTestsAtTheEnd.pm> works

=cut

system($^X, "eg/ClassWithTestsAtTheEnd.pm");
1;