]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Stop citing all the constants in the EXPORT section
authorVincent Pit <vince@profvince.com>
Tue, 17 Feb 2009 23:38:47 +0000 (00:38 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 17 Feb 2009 23:38:47 +0000 (00:38 +0100)
lib/Variable/Magic.pm

index 556e9954356263af5da0fd5d98843ad680ec1e5c..1820a550c51becf94ec1a3f755e604d5b2548b4c 100644 (file)
@@ -479,8 +479,7 @@ The C<push> part was already covered by I<p25854>.
 The functions L</wizard>, L</gensig>, L</getsig>, L</cast>, L</getdata> and L</dispell> are only exported on request.
 All of them are exported by the tags C<':funcs'> and C<':all'>.
 
-The constants L</SIG_MIN>, L</SIG_MAX>, L</SIG_NBR>, L</MGf_COPY>, L</MGf_DUP>, L</MGf_LOCAL> and L</VMG_UVAR> are also only exported on request.
-They are all exported by the tags C<':consts'> and C<':all'>.
+All the constants are also only exported on request, either individually or by the tags C<':consts'> and C<':all'>.
 
 =cut