X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=18baca1937f77f7e2ae3bc8d39b1aada845f2bd4;hb=8291ef989ac98ee2cb53a6098eed7aa7c3ed0ca8;hp=c8d4438069cd48b8c935dbfb0066d55407211097;hpb=15dd94862a140482eef5e8fd8c01defc7278bfe5;p=perl%2Fmodules%2Findirect.git 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.