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

# Test file for autoloader.t

sub func {

   my $x = shift;

   return ($x**3 + 2);

};

1; # OK status