X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Findirect.pm;h=1d4292273174ccee815af54fcf37e0e837a3aa39;hb=79b20d94d3cba77aab93e5b1937b4136541deb43;hp=4426f7b13bdb6c36737c436bf7a460c863f9a560;hpb=60471c15bcd3a1e35825dba496ecd4332ea08316;p=perl%2Fmodules%2Findirect.git diff --git a/lib/indirect.pm b/lib/indirect.pm index 4426f7b..1d42922 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect method call syntax. =head1 VERSION -Version 0.32 +Version 0.33 =cut our $VERSION; BEGIN { - $VERSION = '0.32'; + $VERSION = '0.33'; } =head1 SYNOPSIS @@ -291,7 +291,7 @@ Andrew Main and Florian Ragwitz, for testing on real-life code and reporting iss =head1 COPYRIGHT & LICENSE -Copyright 2008,2009,2010,2011,2012,2013,2014 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.