12345678910 # Test file for autoloader.tno PDL::NiceSlice;sub func { my $x = shift; $::GLOBAL_VAR = '$COMP(max_it)'; return ($x**3 + 2);};1; # OK status
# Test file for autoloader.t
no PDL::NiceSlice;
sub func {
my $x = shift;
$::GLOBAL_VAR = '$COMP(max_it)';
return ($x**3 + 2);
};
1; # OK status