@@ -229,6+229,8 @@ C<*{'::foo'}{CODE}> will appear as defined in a scope where the pragma is enable
You have to open global filehandles outside of the scope of this pragma if you want them not to be treated as function calls. Or just use lexical filehandles and default ones as you should be.
+This pragma doesn't propagate into C<eval STRING>.