Revision history for indirect
+0.31 2013-09-05 16:45 UTC
+ + Fix : [RT #88428] : no indirect in eval can trigger for direct calls
+ on __PACKAGE__
+ Thanks Graham Knop for reporting.
+ + Tst : Author tests are no longer bundled with this distribution.
+ They are only made available to authors in the git repository.
+
0.30 2013-05-16 15:55 UTC
+ Fix : [RT #83806] : false positives with Devel::Declare
[RT #83839] : false positive using ? : syntax
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.130880",
+ "generated_by" : "ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
}
},
- "version" : "0.30"
+ "version" : "0.31"
}
Config: 0
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.130880'
+generated_by: 'ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
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.30
+version: 0.31
indirect - Lexically warn about using the indirect method call syntax.
VERSION
- Version 0.30
+ Version 0.31
SYNOPSIS
In a script :
A C compiler. This module may happen to build with a C++ compiler as
well, but don't rely on it, as no guarantee is made in this regard.
- Carp (standard since perl 5), XSLoader (since perl 5.006).
+ Carp (standard since perl 5), XSLoader (since perl 5.6.0).
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
=head1 VERSION
-Version 0.30
+Version 0.31
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.30';
+ $VERSION = '0.31';
}
=head1 SYNOPSIS