package Foo; use AutoLoader qw(AUTOLOAD); 1; __END__ sub a {print "a\n" }