Revision history for indirect
+0.29 2013-03-05 01:30 UTC
+ + Fix : [RT #83659] : false positives
+ Proper method calls in string-like environments (like
+ "@{[ $x->new ]}" will no longer be reported as indirect.
+ This was a regression in 0.28.
+ Thanks Andrew Main for reporting.
+ + Fix : Broken linkage on Windows with gcc 3.4, which appears in
+ particular when using ActivePerl's default compiler suite.
+ For those setups, the indirect shared library will now be
+ linked against the perl dll directly (instead of the import
+ library).
+
0.28 2013-02-26 17:05 UTC
+ Fix : [RT #83450] : newlines confuse indirect
Perl sometimes resets the line buffer between the object and
"build" : {
"requires" : {
"Carp" : "0",
+ "Config" : "0",
"ExtUtils::MakeMaker" : "0",
"Test::More" : "0",
"XSLoader" : "0"
},
"configure" : {
"requires" : {
+ "Config" : "0",
"ExtUtils::MakeMaker" : "0"
}
},
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
}
},
- "version" : "0.28"
+ "version" : "0.29"
}
- 'Vincent Pit <perl@profvince.com>'
build_requires:
Carp: 0
+ Config: 0
ExtUtils::MakeMaker: 0
Test::More: 0
XSLoader: 0
configure_requires:
+ Config: 0
ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921'
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.28
+version: 0.29