X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=README;h=efc7130ba9c2bf37cc91fa642f84fcc5852ff653;hp=29e4f47580db0dada5efad785a2f15e77ca98493;hb=8e1c49f42da7671812398f92d819da04c7a41e1b;hpb=554466eac93eb0abec78e190fe175b03eec782f2 diff --git a/README b/README index 29e4f47..efc7130 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.14 + Version 0.15 SYNOPSIS # In a script @@ -12,8 +12,8 @@ SYNOPSIS use indirect; my $y = new Pear; # ok { - no indirect hook => sub { die "You really wanted $_[0]\->$_[1]" }; - my $z = new Pineapple 'fresh'; # croaks 'You really wanted Pineapple->new' + no indirect hook => sub { die "You really wanted $_[0]\->$_[1] at $_[2]:$_[3]" }; + my $z = new Pineapple 'fresh'; # croaks 'You really wanted Pineapple->new at blurp.pm:13' } } no indirect ':fatal'; @@ -60,7 +60,8 @@ METHODS CONSTANTS "I_THREADSAFE" - True iff the module could have been built when thread-safety features. + True iff the module could have been built with thread-safety features + enabled. CAVEATS The implementation was tweaked to work around several limitations of