From: Vincent Pit Date: Thu, 26 Feb 2009 20:44:30 +0000 (+0100) Subject: s/module/pragma/ X-Git-Tag: v0.03~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=46cf8856665300f21ca33361c384c41f445daa09 s/module/pragma/ --- diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index d97761b..f84372b 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -36,7 +36,7 @@ BEGIN { =head1 DESCRIPTION -This module allows you to hook the execution of typed lexicals declarations (C). +This pragma allows you to hook the execution of typed lexicals declarations (C). In particular, it can be used to automatically tie or bless typed lexicals. It is B implemented with a source filter. @@ -132,7 +132,7 @@ sub import { =head2 C Magically called when writing C. -Turns the module off. +Turns the pragma off. =cut