Commit f97ff1668c for perl

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

    Add an epigraph to perly.c

    A common mistake that people make when trying to design something
    completely foolproof is to underestimate the ingenuity of complete fools.
    --Douglas Adams

    [Chapter 12 of _Mostly Harmless_]

diff --git a/perly.c b/perly.c
index 5a5a578e1d..fe9d9268f5 100644
--- a/perly.c
+++ b/perly.c
@@ -21,6 +21,15 @@
  *
  */

+/*
+ *      A common mistake that people make when trying to design something
+ *      completely foolproof is to underestimate the ingenuity of
+ *      complete fools.
+ *              --Douglas Adams
+ *
+ *     [Chapter 12 of _Mostly Harmless_]
+ */
+
 #include "EXTERN.h"
 #define PERL_IN_PERLY_C
 #include "perl.h"