X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=a8be1c4bb72b1582ce61f005879896803a5493fb;hb=2217d97ba313979a7103df908a936b36a8c3f457;hp=112c04236baa6956ca9fe48215b7e82f33178e1f;hpb=418197898e73f85448f28aa1236f205f6a3cff5d;p=perl%2Fmodules%2FLexical-Types.git diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index 112c042..a8be1c4 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -1,6 +1,6 @@ package Lexical::Types; -use 5.008; +use 5.008001; use strict; use warnings; @@ -13,13 +13,13 @@ Lexical::Types - Extend the semantics of typed lexicals. =head1 VERSION -Version 0.07 +Version 0.09 =cut our $VERSION; BEGIN { - $VERSION = '0.07'; + $VERSION = '0.09'; } =head1 SYNOPSIS @@ -264,7 +264,12 @@ This is due to a shortcoming in the way perl handles the hints hash, which is ad =head1 DEPENDENCIES -L 5.8, L. +L 5.8.1. + +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. + +L (standard since perl 5.006). =head1 SEE ALSO @@ -298,7 +303,7 @@ Thanks Florian Ragwitz for suggesting the use of constants for types. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011 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.