Add a regression test to verify that POSIX::AUTOLOAD works,
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pm
index 6ccfa82..3813e97 100644 (file)
@@ -38,6 +38,7 @@ my %NON_CONSTS = (map {($_,1)}
 
 sub AUTOLOAD {
     no strict;
+    no warnings 'uninitialized';
     if ($AUTOLOAD =~ /::(_?[a-z])/) {
        # require AutoLoader;
        $AutoLoader::AUTOLOAD = $AUTOLOAD;