Revision history for autovivification
+0.14 2014-11-01 22:25 UTC
+ + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is
+ loaded
+ [RT #99904] : 'no autovivification' breaks Lingua::EN::Inflect
+ from a distance
+ This was a regression in 0.13 which caused the peephole
+ optimizer to loop infinitely on "... while 1" constructs.
+ However, the Lingua::EN::Inflect problem only occured in perl
+ 5.20 and above.
+ Thanks Toshio Ito and Kent Fredric for reporting.
+
0.13 2014-10-04 16:55 UTC
This release contains a change that, while being very likely to be safe,
can potentially cause freezes during code compilation. Every release
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
+ "generated_by" : "ExtUtils::MakeMaker version 7, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git"
}
},
- "version" : "0.13"
+ "version" : "0.14"
}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
homepage: http://search.cpan.org/dist/autovivification/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git
-version: '0.13'
+version: '0.14'
autovivification - Lexically disable autovivification.
VERSION
- Version 0.13
+ Version 0.14
SYNOPSIS
no autovivification;
=head1 VERSION
-Version 0.13
+Version 0.14
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.13';
+ $VERSION = '0.14';
}
=head1 SYNOPSIS