Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pm
index 4f55519..3813e97 100644 (file)
@@ -37,6 +37,8 @@ my %NON_CONSTS = (map {($_,1)}
                      WIFEXITED WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
 
 sub AUTOLOAD {
+    no strict;
+    no warnings 'uninitialized';
     if ($AUTOLOAD =~ /::(_?[a-z])/) {
        # require AutoLoader;
        $AutoLoader::AUTOLOAD = $AUTOLOAD;