Commit 3f701c4d50 for perl

commit 3f701c4d5024e702ad7fa3a8fddc2982c193eab3
Author: Yves Orton <demerphq@gmail.com>
Date:   Mon Sep 21 17:16:27 2026 +0200

    Add an epigraph to builtin.c

    Any sufficiently advanced technology is indistinguishable from magic.
    --Arthur C. Clarke

    [_Profiles of the Future_]

diff --git a/builtin.c b/builtin.c
index 599f0aed2c..f9f5f1604c 100644
--- a/builtin.c
+++ b/builtin.c
@@ -7,6 +7,13 @@
  *
  */

+/*
+ *      Any sufficiently advanced technology is indistinguishable from magic.
+ *              --Arthur C. Clarke
+ *
+ *     [_Profiles of the Future_]
+ */
+
 /* This file contains the code that implements functions in perl's "builtin::"
  * namespace
  */