]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
This is 0.01 v0.01
authorVincent Pit <vince@profvince.com>
Tue, 24 Feb 2009 23:17:09 +0000 (00:17 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 24 Feb 2009 23:17:09 +0000 (00:17 +0100)
MANIFEST
README
lib/Lexical/Types.pm

index 79a39dc5eccc86b4e0be8a4c828711c98ce2bf91..0d80d123418e983812f721075b535f7c80de559d 100644 (file)
--- 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 6e144adbf134a68e99aa61b747b519abacab7fe6..42aec0ed1eb8457066574bf1d33e6efded37d18d 100644 (file)
--- a/README
+++ b/README
@@ -116,6 +116,9 @@ SUPPORT
 
         perldoc Lexical::Types
 
+    Tests code coverage report is available at
+    <http://www.profvince.com/perl/cover/Lexical-Types>.
+
 ACKNOWLEDGEMENTS
     Inspired by Ricardo Signes.
 
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.