From: Vincent Pit Date: Tue, 24 Feb 2009 23:17:09 +0000 (+0100) Subject: This is 0.01 X-Git-Tag: v0.01^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=eadc95d93dd6093c2e4805459beae335dd969bc8 This is 0.01 --- diff --git a/MANIFEST b/MANIFEST index 79a39dc..0d80d12 100644 --- a/MANIFEST +++ b/MANIFEST @@ -9,6 +9,7 @@ samples/basic.pl t/00-load.t t/10-args.t t/11-integrate.t +t/12-padsv.t t/20-object.t t/21-tie.t t/22-magic.t diff --git a/README b/README index 6e144ad..42aec0e 100644 --- a/README +++ b/README @@ -116,6 +116,9 @@ SUPPORT perldoc Lexical::Types + Tests code coverage report is available at + . + ACKNOWLEDGEMENTS Inspired by Ricardo Signes. 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.