Revision history for indirect
+0.25 2011-08-24 15:40 UTC
+ + Fix : RT #69291 is now also fixed for perl 5.8. The pragma will no
+ longer vivify the "indirect" entry in the hints hash %^H on
+ perl 5.8.
+ + Tst : Attempt to make t/50-external.t pass on Cygwin.
+
0.24 2011-07-17 23:15 UTC
+ Fix : [RT #64521] : "no indirect" leaking into eval.
This is currently only fixed for perl 5.10 (perl 5.12 and
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001",
+ "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
}
},
- "version" : "0.24"
+ "version" : "0.25"
}
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001'
+generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
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.24
+version: 0.25
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.24
+ Version 0.25
SYNOPSIS
# In a script
=head1 VERSION
-Version 0.24
+Version 0.25
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.24';
+ $VERSION = '0.25';
}
=head1 SYNOPSIS