This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update perlguts.pod so that prose isn't a lie
authorVadim Konovalov <vadim.konovalov@alcatel-lucent.com>
Sat, 15 Jan 2011 00:08:12 +0000 (19:08 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 15 Jan 2011 00:58:23 +0000 (19:58 -0500)
(Also add a new address for vadim to checkAUTHORS

Porting/checkAUTHORS.pl
pod/perlguts.pod

index 9c8e60b..96d0798 100755 (executable)
@@ -829,6 +829,7 @@ vkonovalov\100lucent.com                vkonovalov\100peterstar.ru
 +                                       vadim\100vkonovalov.ru
 +                                       vkonovalov\100spb.lucent.com
 +                                       vkonovalov\100alcatel-lucent.com
++                                       vadim.konovalov\100alcatel-lucent.com
 
 whatever\100davidnicol.com              davidnicol\100gmail.com
 wolfgang.laun\100alcatel.at             wolfgang.laun\100chello.at
index 66bcc8d..fcf436b 100644 (file)
@@ -671,11 +671,11 @@ your Perl script, use the following routines, depending on the variable type.
     AV*  get_av("package::varname", GV_ADD);
     HV*  get_hv("package::varname", GV_ADD);
 
-Notice the use of TRUE as the second parameter.  The new variable can now
+Notice the use of GV_ADD as the second parameter.  The new variable can now
 be set, using the routines appropriate to the data type.
 
 There are additional macros whose values may be bitwise OR'ed with the
-C<TRUE> argument to enable certain extra features.  Those bits are:
+C<GV_ADD> argument to enable certain extra features.  Those bits are:
 
 =over