perldelta: correct Configure args for COW
authorRicardo Signes <rjbs@cpan.org>
Thu, 24 Apr 2014 01:53:23 +0000 (21:53 -0400)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 May 2014 14:56:46 +0000 (10:56 -0400)
Porting/perl5200delta.pod

index 7eddc1b..171039a 100644 (file)
@@ -413,11 +413,11 @@ This feature was already available in 5.18.0, but wasn't enabled by
 default. It is the default now, and so you no longer need build perl with
 the F<Configure> argument:
 
-    -Accflags=PERL_NEW_COPY_ON_WRITE
+    -Accflags=-DPERL_NEW_COPY_ON_WRITE
 
 It can be disabled (for now) in a perl build with:
 
-    -Accflags=PERL_NO_COW
+    -Accflags=-DPERL_NO_COW
 
 On some operating systems Perl can be compiled in such a way that any
 attempt to modify string buffers shared by multiple SVs will crash.  This