Change 29870 by [EMAIL PROTECTED] on 2007/01/18 12:45:46

        Integrate:
        [ 24755]
        s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g

Affected files ...

... //depot/maint-5.8/perl/ext/B/t/bytecode.t#8 integrate

Differences ...

==== //depot/maint-5.8/perl/ext/B/t/bytecode.t#8 (text) ====
Index: perl/ext/B/t/bytecode.t
--- perl/ext/B/t/bytecode.t#7~25504~    2005-09-19 14:32:36.000000000 -0700
+++ perl/ext/B/t/bytecode.t     2007-01-18 04:45:46.000000000 -0800
@@ -19,7 +19,7 @@
         print "1..0 # Skip -- Perl configured without B module\n";
         exit 0;
     }
-    if ($Config{ccflags} =~ /-DPERL_COPY_ON_WRITE/) {
+    if ($Config{ccflags} =~ /-DPERL_OLD_COPY_ON_WRITE/) {
        print "1..0 # skip - no COW for now\n";
        exit 0;
     }
End of Patch.

Reply via email to