Ensure that PVA.pl returns a true value.
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:36:45 +0000 (07:36 +0000)]
p4raw-id: //depot/perl@23393

lib/unicore/mktables

index 18f0033..58092f1 100644 (file)
@@ -1023,6 +1023,7 @@ sub UnicodeData_Txt()
            push @PVA, "\n", "\%utf8::$name = (\n",
                simple_dumper (%{$utf8::{$name}}), ");\n";
        }
+       push @PVA, "1;\n";
        WriteIfChanged("PVA.pl", @PVA);
     }