X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fsubs%2Fauto.pm;h=3bc6ba144bcc0a42b866edbbf705bd84d17840ef;hb=f80af396a2ab55dd387e5ec38978a094a4b33141;hp=e804cf57c45be09e50df7f8dd95d02c557321d5c;hpb=34565333e4f03319384950ce310293edc4d749fe;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/lib/subs/auto.pm b/lib/subs/auto.pm index e804cf5..3bc6ba1 100644 --- a/lib/subs/auto.pm +++ b/lib/subs/auto.pm @@ -36,7 +36,7 @@ BEGIN { # or "print(foo('wut'))" otherwise } # ... but function calls will fail at run-time if you don't # actually define foo somewhere - + foo; # BANG =head1 DESCRIPTION