X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=29a5a0dbad80267ddc640ee17b7ec817dcd74aec;hb=c08acbd8ead97b75f4542099189cde6c8b68fb25;hp=4eed8beb189f610fbf8b54f62b5d3a1e52bd4f8b;hpb=06cb3f3506161a118dc440264dcabcd612b9432c;p=perl%2Fmodules%2FLexical-Types.git diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index 4eed8be..29a5a0d 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -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. + =head1 ACKNOWLEDGEMENTS Inspired by Ricardo Signes.