Revision history for autovivification
+0.12 2013-09-05 17:20 UTC
+ + Fix : Check functions are now replaced and restored in a thread-safe
+ manner, either by using the wrap_op_checker() function from perl
+ when it is available (starting from perl 5.16) or by taking the
+ OP_REFCNT mutex on older perls.
+ + Tst : Author tests are no longer bundled with this distribution.
+ They are only made available to authors in the git repository.
+
0.11 2013-02-08 19:25 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.10 can skip this update.
"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.74, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=autovivification"
+ "web" : "http://rt.cpan.org/Dist/Display.html?Name=autovivification"
},
"homepage" : "http://search.cpan.org/dist/autovivification/",
"license" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git"
}
},
- "version" : "0.11"
+ "version" : "0.12"
}
configure_requires:
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.74, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
XSLoader: 0
perl: 5.008003
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=autovivification
+ bugtracker: http://rt.cpan.org/Dist/Display.html?Name=autovivification
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.11
+version: 0.12
autovivification - Lexically disable autovivification.
VERSION
- Version 0.11
+ Version 0.12
SYNOPSIS
no autovivification;
A C compiler. This module may happen to build with a C++ compiler as
well, but don't rely on it, as no guarantee is made in this regard.
- XSLoader (standard since perl 5.006).
+ XSLoader (standard since perl 5.6.0).
SEE ALSO
perlref.
=head1 VERSION
-Version 0.11
+Version 0.12
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.12';
}
=head1 SYNOPSIS