]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - lib/subs/auto.pm
Skip __LINE__ and __FILE__. Use __LINE__ in the tests
[perl/modules/subs-auto.git] / lib / subs / auto.pm
index 13568acf02ac3419c0fb6222aa4b22c2cf50cedc..08f38e2c19fc138985a083a19fae69d98e5be3b1 100644 (file)
@@ -78,7 +78,7 @@ my @core = qw/abs accept alarm atan2 bind binmode bless break caller chdir
               time times truncate uc ucfirst umask undef unlink unpack unshift
               untie use utime values vec wait waitpid wantarray warn when
               write/;
-push @core,qw/not/;
+push @core,qw/not __LINE__ __FILE__/;
 
 my %core;
 @core{@core} = ();