X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=f59d8af02d3dc686fcb088cccb4a15975e7e59a7;hb=10f2056e8e60beb34bab8d23b0bbd316afc9cb0b;hp=e4d9787aff251867d4df231e7ece47c6879f4b77;hpb=5408252b6868bb3a135da110e381643eb41bb136;p=perl%2Fmodules%2FLexical-Types.git diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index e4d9787..f59d8af 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -13,13 +13,13 @@ Lexical::Types - Extend the semantics of typed lexicals. =head1 VERSION -Version 0.06 +Version 0.09 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.09'; } =head1 SYNOPSIS @@ -298,7 +298,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 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.