]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Document that the pragma doesn't propagate into eval STRING
authorVincent Pit <vince@profvince.com>
Sun, 25 Jul 2010 08:29:43 +0000 (10:29 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 25 Jul 2010 10:02:19 +0000 (12:02 +0200)
lib/subs/auto.pm

index 98b02e5636d0d521f3143b7a7b5456e22e5252d5..465d2d8dca084e97e03228bceb21ca8b002a53a2 100644 (file)
@@ -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>.
+
 =head1 DEPENDENCIES
 
 L<perl> 5.10.0.