Revision history for autovivification
+0.17 2017-07-31 17:15 UTC
+ + Chg : A large chunk of boilerplate XS code, which is also used in
+ other XS modules, has been factored out of the main .xs file
+ to a collection of .h files in the xsh subdirectory.
+ + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref))
+ is now correcty supported.
+
0.16 2015-07-01 14:30 UTC
+ Fix : Broken linkage on Windows.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "autovivification",
"no_index" : {
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git"
}
},
- "version" : "0.16",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.17",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
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.16'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '0.17'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
autovivification - Lexically disable autovivification.
VERSION
- Version 0.16
+ Version 0.17
SYNOPSIS
no autovivification;
perldoc autovivification
- Tests code coverage report is available at
- <http://www.profvince.com/perl/cover/autovivification>.
-
ACKNOWLEDGEMENTS
Matt S. Trout asked for it.
COPYRIGHT & LICENSE
- Copyright 2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all rights
- reserved.
+ Copyright 2009,2010,2011,2012,2013,2014,2015,2017 Vincent Pit, all
+ rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 VERSION
-Version 0.16
+Version 0.17
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.16';
+ $VERSION = '0.17';
}
=head1 SYNOPSIS