X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=18baca1937f77f7e2ae3bc8d39b1aada845f2bd4;hp=c8d4438069cd48b8c935dbfb0066d55407211097;hb=93dd6e5ecfa09f52a9aa17909df51d09a0a0a6ff;hpb=39ba3c555c57231af6ab331c50aceba55ebf257d diff --git a/README b/README index c8d4438..18baca1 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.12 + Version 0.13 SYNOPSIS # In a script @@ -50,8 +50,8 @@ METHODS indirect syntax met. * If the key/value pair "hook => $hook" comes first, $hook will be - called for each error with the object name as $_[0] and the method - name as $_[1]. + called for each error with the object name as $_[0], the method name + as $_[1], the current file as $_[2] and the line number as $_[3]. * Otherwise, a warning will be emitted for each indirect construct.