]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - lib/Lexical/Types.pm
This is 0.01
[perl/modules/Lexical-Types.git] / lib / Lexical / Types.pm
index 4eed8beb189f610fbf8b54f62b5d3a1e52bd4f8b..29a5a0dbad80267ddc640ee17b7ec817dcd74aec 100644 (file)
@@ -1,5 +1,7 @@
 package Lexical::Types;
 
+use 5.008;
+
 use strict;
 use warnings;
 
@@ -179,6 +181,8 @@ You can find documentation for this module with the perldoc command.
 
     perldoc Lexical::Types
 
+Tests code coverage report is available at L<http://www.profvince.com/perl/cover/Lexical-Types>.
+
 =head1 ACKNOWLEDGEMENTS
 
 Inspired by Ricardo Signes.