]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - lib/Lexical/Types.pm
Clarify our policy towards C++ compilers
[perl/modules/Lexical-Types.git] / lib / Lexical / Types.pm
index 39f043ba3e9b1ceec257a6f1fbf70bd0ff8d75a7..051a410143835a8f7ce9330b9b8ce1d50551c3e0 100644 (file)
@@ -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.08
+Version 0.09
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.08';
+ $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<perl> 5.8, L<XSLoader>.
+L<perl> 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<XSLoader> (standard since perl 5.006).
 
 =head1 SEE ALSO