Yitzchak Scott-Thoennes wrote:
> --- perl/pod/perlfaq2.pod.orig        Thu Aug 22 16:00:46 2002
> +++ perl/pod/perlfaq2.pod     Thu Sep 12 13:55:20 2002

I think that perlfaq patches should be directed at the
perl-documentation mailing list, where they're integrated into
a CVS repository, and later reintegrated into bleadperl.

> @@ -366,7 +366,7 @@
>       ISBN 1-930110-00-6 [1st edition 2001]
>       http://www.manning.com/cross
>  
> -     Mastering Perl/Tk
> +    Mastering Perl/Tk
>       by Steve Lidie and Nancy Walsh
>       ISBN 1-56592-716-8 [1st edition January 2002]
>       http://www.oreilly.com/catalog/mastperltk/

The change to sv.h is now applied as #18151, thanks.

> --- perl/sv.h.orig    Wed Oct  2 20:11:50 2002
> +++ perl/sv.h Thu Oct  3 14:35:32 2002
> @@ -183,7 +183,7 @@
>  
>  #define SVf_AMAGIC   0x10000000      /* has magical overloaded methods */
>  
> -#define PRIVSHIFT 8
> +#define PRIVSHIFT 8  /* (SVp_?OK >> PRIVSHIFT) == SVf_?OK */
>  
>  /* Some private flags. */
>  

Reply via email to