]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
s/module/pragma/
authorVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 20:44:30 +0000 (21:44 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 26 Feb 2009 20:44:30 +0000 (21:44 +0100)
lib/Lexical/Types.pm

index d97761b42b32272846695f77293d15cb5c95f4d2..f84372b17fda02d9ac87d0b327fcd91d8a4c7481 100644 (file)
@@ -36,7 +36,7 @@ BEGIN {
 
 =head1 DESCRIPTION
 
-This module allows you to hook the execution of typed lexicals declarations (C<my Str $x>).
+This pragma allows you to hook the execution of typed lexicals declarations (C<my Str $x>).
 In particular, it can be used to automatically tie or bless typed lexicals.
 
 It is B<not> implemented with a source filter.
@@ -132,7 +132,7 @@ sub import {
 =head2 C<unimport>
 
 Magically called when writing C<no Lexical::Types>.
-Turns the module off.
+Turns the pragma off.
 
 =cut