Commit 00203ff56b for perl

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

    Add an epigraph to class.c

    I ought to be thy Adam, but I am rather the fallen angel.
    --The Creature

    [Chapter X of _Frankenstein_]

diff --git a/class.c b/class.c
index 2d1222f654..f9b030fd1d 100644
--- a/class.c
+++ b/class.c
@@ -7,6 +7,13 @@
  *
  */

+/*
+ *      I ought to be thy Adam, but I am rather the fallen angel.
+ *              --The Creature
+ *
+ *     [Chapter X of _Frankenstein_]
+ */
+
 /* This file contains the code that implements perl's new `use feature 'class'`
  * object model
  */