Revision history for indirect
+0.30 2013-05-16 15:55 UTC
+ + Fix : [RT #83806] : false positives with Devel::Declare
+ [RT #83839] : false positive using ? : syntax
+ Thanks Andrew Main for the patch.
+ However, please note that the reason this patch seems to fix
+ thinks has not been explained.
+ + Fix : [RT #84649] : incorrect RT link in metadata
+ Thanks Karen Etheridge for reporting.
+
0.29 2013-03-05 01:30 UTC
+ Fix : [RT #83659] : false positives
Proper method calls in string-like environments (like
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.130880",
"license" : [
"perl_5"
],
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect"
+ "web" : "http://rt.cpan.org/Dist/Display.html?Name=indirect"
},
"homepage" : "http://search.cpan.org/dist/indirect/",
"license" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
}
},
- "version" : "0.29"
+ "version" : "0.30"
}
Config: 0
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.130880'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
XSLoader: 0
perl: 5.008001
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect
+ 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.29
+version: 0.30
indirect - Lexically warn about using the indirect method call syntax.
VERSION
- Version 0.29
+ Version 0.30
SYNOPSIS
In a script :
=head1 VERSION
-Version 0.29
+Version 0.30
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.29';
+ $VERSION = '0.30';
}
=head1 SYNOPSIS