Revision history for indirect
+0.39 2019-07-08 12:00 UTC
+ + Fix : [RT #127118] : Fails on perl >= v5.28.0 with -DDEBUGGING
+ The module has been amended to accomodate with a change of
+ behaviour of a core macro.
+ + Upd : Contact info.
+
0.38 2017-11-04 15:40 UTC
+ Fix : [RT #123374] : Compatibility with CV-in-stash optimisation
Thanks Father Chrysostomos for reporting and contributing a
{
"abstract" : "Lexically warn about using the indirect method call syntax.",
"author" : [
- "Vincent Pit <perl@profvince.com>"
+ "Vincent Pit <vpit@cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"http://dev.perl.org/licenses/"
],
"repository" : {
- "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
+ "url" : "http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git"
}
},
- "version" : "0.38",
- "x_serialization_backend" : "JSON::PP version 2.94"
+ "version" : "0.39",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
---
abstract: 'Lexically warn about using the indirect method call syntax.'
author:
- - 'Vincent Pit <perl@profvince.com>'
+ - 'Vincent Pit <vpit@cpan.org>'
build_requires:
Carp: '0'
Config: '0'
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
bugtracker: http://rt.cpan.org/Dist/Display.html?Name=indirect
homepage: http://search.cpan.org/dist/indirect/
license: http://dev.perl.org/licenses/
- repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git
-version: '0.38'
+ repository: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git
+version: '0.39'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
indirect - Lexically warn about using the indirect method call syntax.
VERSION
- Version 0.38
+ Version 0.39
SYNOPSIS
In a script :
Carp (standard since perl 5), XSLoader (since perl 5.6.0).
AUTHOR
- Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
+ Vincent Pit "<vpit@cpan.org>".
You can contact me by mail or on "irc.perl.org" (vincent).
reporting issues.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Vincent Pit,
- all rights reserved.
+ Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2019 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.
=head1 VERSION
-Version 0.38
+Version 0.39
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.38';
+ $VERSION = '0.39';
}
=head1 SYNOPSIS