This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Storable - maintain boolean values
[perl5.git] / peep.c
diff --git a/peep.c b/peep.c
index 6bcf5ce..07e1194 100644 (file)
--- a/peep.c
+++ b/peep.c
@@ -1,3 +1,26 @@
+/*    peep.c
+ *
+ *    Copyright (C) 1991-2022 by Larry Wall and others
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+
+/*
+ * Aragorn sped on up the hill. Every now and again he bent to the ground.
+ * Hobbits go light, and their footprints are not easy even for a Ranger to
+ * read, but not far from the top a spring crossed the path, and in the wet
+ * earth he saw what he was seeking.
+ * 'I read the signs aright,' he said to himself. 'Frodo ran to the hill-top.
+ * I wonder what he saw there? But he returned by the same way, and went down
+ * the hill again.'
+ */
+
+/* This file contains functions for optimizing and finalizing the OP
+ * structures that hold a compiled perl program
+ */
+
 #include "EXTERN.h"
 #define PERL_IN_PEEP_C
 #include "perl.h"