Revision history for Lexical-Types
+0.16 2017-11-04 17:15 UTC
+ + Fix : Test failures on perl 5.27.5 and above.
+
0.15 2015-12-21 15:30 UTC
+ Chg : The new environment variable to enable thread tests on older
perls is PERL_FORCE_TEST_THREADS. Note that this variable
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1, 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" : "Lexical-Types",
"no_index" : {
"Carp" : "0",
"Config" : "0",
"ExtUtils::MakeMaker" : "0",
+ "File::Spec" : "0",
"Test::More" : "0",
"XSLoader" : "0",
"constant" : "0",
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git"
}
},
- "version" : "0.15",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.16",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
Carp: '0'
Config: '0'
ExtUtils::MakeMaker: '0'
+ File::Spec: '0'
Test::More: '0'
XSLoader: '0'
constant: '0'
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, 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/Lexical-Types/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git
-version: '0.15'
+version: '0.16'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Lexical::Types - Extend the semantics of typed lexicals.
VERSION
- Version 0.15
+ Version 0.16
SYNOPSIS
{ package Str; }
Thanks Florian Ragwitz for suggesting the use of constants for types.
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.15
+Version 0.16
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.15';
+ $VERSION = '0.16';
}
=head1 SYNOPSIS