X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=450b02567668d59a90aadf322e68f3af17a598fb;hb=eac4650d2e25bccf34b488e1fc0f9c388e21bf4c;hp=0f805668f3ac03459cb642cfaa13ff8003b44686;hpb=31c338ee1ffa01e28bde0edc296e1bc9dfb9cc1b;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index 0f80566..450b025 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.03 +Version 0.04 =cut our $VERSION; BEGIN { - $VERSION = '0.03'; + $VERSION = '0.04'; } =head1 SYNOPSIS @@ -35,6 +35,8 @@ When enabled (or disabled as some may prefer, since you actually turn it on by c It currently does not warn when the object is enclosed between braces (like C) or for core functions (C or C). This may change in the future, or may be added as optional features that would be enabled by passing options to C. +This module is B a source filter. + =head1 METHODS =head2 C