#!./perl
BEGIN {
chdir 't' if -d 't';
}
use Test;
BEGIN {
require autouse;
eval {
};
eval {
};
}
my @a = (1,2,3,4,5.5);
# first() has a prototype of &@. Make sure that's preserved.
# Example from the docs.
{
my @warning;
}
# Test that autouse's lazy module loading works. We assume that nothing
# involved in this test uses Text::Soundex, which is pretty safe.