Revision history for Lexical-Types
+0.09 2010-01-03 00:00 UTC
+ + Fix : Building and testing with blead.
+ + Fix : Unbalanced scopes when skipping a typed declaration.
+ + Fix : Segfaults when Lexical::Types is loaded for the first time from
+ inside a thread.
+ + Fix : Leaks of memory associated with the root interpreter.
+ + Fix : Work around Kwalitee test misfailures.
+ + Opt : Less memory will be used for non-threaded perls version 5.10.0
+ and below, and for threaded perls from version 5.10.1.
+
0.08 2009-07-04 19:35 UTC
+ Fix : Don't leak the old op info when a pointer table entry is reused.
+ Fix : Possibly missed constructs with eval STRING called in a thread.
--- #YAML:1.0
name: Lexical-Types
-version: 0.08
+version: 0.09
abstract: Extend the semantics of typed lexicals.
author:
- Vincent Pit <perl@profvince.com>
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
+ Carp: 0
constant: 0
ExtUtils::MakeMaker: 0
Test::More: 0
+ XSLoader: 0
requires:
Carp: 0
perl: 5.008
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.52
+generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
+dynamic_config: 1
Lexical::Types - Extend the semantics of typed lexicals.
VERSION
- Version 0.08
+ Version 0.09
SYNOPSIS
{ package Str; }
Thanks Florian Ragwitz for suggesting the use of constants for types.
COPYRIGHT & LICENSE
- Copyright 2009 Vincent Pit, all rights reserved.
+ Copyright 2009,2010 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.