From: Vincent Pit Date: Tue, 17 Feb 2009 23:38:47 +0000 (+0100) Subject: Stop citing all the constants in the EXPORT section X-Git-Tag: v0.31~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=fd2b4b28517f7f12044530f6c3ceca07181fba70 Stop citing all the constants in the EXPORT section --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 556e995..1820a55 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -479,8 +479,7 @@ The C part was already covered by I. The functions L, L, L, L, L and L are only exported on request. All of them are exported by the tags C<':funcs'> and C<':all'>. -The constants L, L, L, L, L, L and L 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