X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=ef1d53fe2f6a44006704b88d2a9c40bbd9e77fde;hb=87ce67d842acd68b41322b0d59798f0c42f1c9fa;hp=450b02567668d59a90aadf322e68f3af17a598fb;hpb=eac4650d2e25bccf34b488e1fc0f9c388e21bf4c;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index 450b025..ef1d53f 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax. =head1 VERSION -Version 0.04 +Version 0.05 =cut our $VERSION; BEGIN { - $VERSION = '0.04'; + $VERSION = '0.05'; } =head1 SYNOPSIS @@ -41,7 +41,7 @@ This module is B a source filter. =head2 C -Magically called when C is encountered. Turns the module on. If C<@opts> contains C<':fatal'>, the module will croak on the first indirect syntax met. +Magically called when C is encountered. Turns the module on. If C<@opts> contains C<':fatal'>, the module will croak on the first indirect syntax met. =head2 C