The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

# Test file for autoloader.t

sub func {

   my $x = shift;

   return ($x**3 + 2);

};

1; # OK status